Skip to content

Commit e0407c4

Browse files
Minor edits (#278)
* 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
1 parent 404213f commit e0407c4

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contribution
22

3-
**Last Update: 2024-09-10**
3+
**Last Update: 2024-09-14**
44

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

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

5656

@@ -70,7 +70,7 @@ Please consider the following :
7070
6. Update 2 art counters in `README.md`
7171
- Badge section
7272
- Overview section
73-
7. Update `Reference` section in `README.md`
73+
7. Update `References` section in `README.md`
7474

7575
## Decoration
7676

@@ -83,4 +83,4 @@ Please consider the following :
8383
6. Update 2 decor counters in `README.md`
8484
- Badge section
8585
- Overview section
86-
7. Update `Reference` section in `README.md`
86+
7. Update `References` section in `README.md`

.github/ISSUE_TEMPLATE/decoration_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: aditional-context
14+
id: additional-context
1515
attributes:
1616
label: Additional context
1717
placeholder: >

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
validations:
2828
required: false
2929
- type: textarea
30-
id: aditional-context
30+
id: additional-context
3131
attributes:
3232
label: Additional context
3333
placeholder: >

.github/ISSUE_TEMPLATE/font_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: aditional-context
14+
id: additional-context
1515
attributes:
1616
label: Additional context
1717
placeholder: >

.github/ISSUE_TEMPLATE/one_line_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: aditional-context
14+
id: additional-context
1515
attributes:
1616
label: Additional context
1717
placeholder: >

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Just send your text to one of these bots. 👇👇👇👇
788788
3. Website : [https://www.ascii-art.site](https://www.ascii-art.site)
789789
790790

791-
## Reference
791+
## References
792792

793793
1. [FIGlet](http://www.figlet.org/)
794794
2. [1 Line Art](http://1lineart.kulaone.com/#/)

otherfile/RELEASE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Art Release Instructions
33

4-
**Last Update: 2024-09-10**
4+
**Last Update: 2024-09-14**
55

66
1. Create the `release` branch under `dev`
77
2. Update all version tags
@@ -63,11 +63,11 @@
6363
2. Update all version tags
6464
1. `index.html`
6565
3. Update fonts list
66-
1. Update `FontList.html` (Step **16.2**)
66+
1. Update `FontList.html` (Step **17.2**)
6767
4. Update arts list
68-
1. Update `ArtList.html` (Step **16.2**)
68+
1. Update `ArtList.html` (Step **17.2**)
6969
5. Update decors list
70-
1. Update `DecorList.html` (Step **16.2**)
70+
1. Update `DecorList.html` (Step **17.2**)
7171
6. Update all font counters in `index.html` (**If needed**)
7272
1. `<img src="https://img.shields.io/badge/Font List-{font_counter}-blue.svg" alt="Font List">`
7373
2. `<td id="font_counter">{font_counter}</td>`
@@ -77,8 +77,7 @@
7777
8. Update all decor counters in `index.html` (**If needed**)
7878
1. `<img src="https://img.shields.io/badge/Decor List-{decor_counter}-green.svg" alt="Decor List">`
7979
2. `<td id="decor_counter">{decor_counter}</td>`
80-
81-
9. Update `Reference` section (**If needed**)
80+
9. Update `References` section (**If needed**)
8281
10. Update code examples (**If needed**)
8382
1. [http://www.hilite.me](http://www.hilite.me)
8483
2. Python console session

0 commit comments

Comments
 (0)