Skip to content

Commit

Permalink
Minor edits (#278)
Browse files Browse the repository at this point in the history
* doc : reference --> references

* doc : minor bug in RELEASE.md fixed

* doc : minor typo in feature_request.yml fixed

* doc : minor typo in issue templates fixed
  • Loading branch information
sepandhaghighi authored Sep 14, 2024
1 parent 404213f commit e0407c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribution

**Last Update: 2024-09-10**
**Last Update: 2024-09-14**

Changes and improvements are more than welcome! ❤️ Feel free to fork and open a pull request.

Expand Down Expand Up @@ -50,7 +50,7 @@ Please consider the following :
9. Update 2 font counters in `README.md`
- Badge section
- Overview section
10. Update `Reference` section in `README.md`
10. Update `References` section in `README.md`
11. Run `autopep8.bat`/`autopep8.sh` (*Optional*, need to install latest version of `autopep8` package)


Expand All @@ -70,7 +70,7 @@ Please consider the following :
6. Update 2 art counters in `README.md`
- Badge section
- Overview section
7. Update `Reference` section in `README.md`
7. Update `References` section in `README.md`

## Decoration

Expand All @@ -83,4 +83,4 @@ Please consider the following :
6. Update 2 decor counters in `README.md`
- Badge section
- Overview section
7. Update `Reference` section in `README.md`
7. Update `References` section in `README.md`
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/decoration_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
validations:
required: true
- type: textarea
id: aditional-context
id: additional-context
attributes:
label: Additional context
placeholder: >
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
validations:
required: false
- type: textarea
id: aditional-context
id: additional-context
attributes:
label: Additional context
placeholder: >
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/font_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
validations:
required: true
- type: textarea
id: aditional-context
id: additional-context
attributes:
label: Additional context
placeholder: >
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/one_line_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
validations:
required: true
- type: textarea
id: aditional-context
id: additional-context
attributes:
label: Additional context
placeholder: >
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ Just send your text to one of these bots. 👇👇👇👇
3. Website : [https://www.ascii-art.site](https://www.ascii-art.site)
4. Email : [[email protected]](mailto:[email protected] "[email protected]")

## Reference
## References

1. [FIGlet](http://www.figlet.org/)
2. [1 Line Art](http://1lineart.kulaone.com/#/)
Expand Down
11 changes: 5 additions & 6 deletions otherfile/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Art Release Instructions

**Last Update: 2024-09-10**
**Last Update: 2024-09-14**

1. Create the `release` branch under `dev`
2. Update all version tags
Expand Down Expand Up @@ -63,11 +63,11 @@
2. Update all version tags
1. `index.html`
3. Update fonts list
1. Update `FontList.html` (Step **16.2**)
1. Update `FontList.html` (Step **17.2**)
4. Update arts list
1. Update `ArtList.html` (Step **16.2**)
1. Update `ArtList.html` (Step **17.2**)
5. Update decors list
1. Update `DecorList.html` (Step **16.2**)
1. Update `DecorList.html` (Step **17.2**)
6. Update all font counters in `index.html` (**If needed**)
1. `<img src="https://img.shields.io/badge/Font List-{font_counter}-blue.svg" alt="Font List">`
2. `<td id="font_counter">{font_counter}</td>`
Expand All @@ -77,8 +77,7 @@
8. Update all decor counters in `index.html` (**If needed**)
1. `<img src="https://img.shields.io/badge/Decor List-{decor_counter}-green.svg" alt="Decor List">`
2. `<td id="decor_counter">{decor_counter}</td>`

9. Update `Reference` section (**If needed**)
9. Update `References` section (**If needed**)
10. Update code examples (**If needed**)
1. [http://www.hilite.me](http://www.hilite.me)
2. Python console session
Expand Down

0 comments on commit e0407c4

Please sign in to comment.