Skip to content

Commit d867a75

Browse files
committed
Correct the incorrect or not natural English expressions
Thank you for @jonasbn !
1 parent 2cc9301 commit d867a75

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ These are the guidelines for contributing to this repository.
44

55
## Issues
66

7-
Please follow the each template by the type of your issue.
7+
Please use the template for your type of issue.
88

99
- [Bug Report](https://github.com/naokazuterada/MarkdownTOC/issues/new)
1010
- [Feature Request](https://github.com/naokazuterada/MarkdownTOC/issues/new?template=feature.md)
1111
- [Question](https://github.com/naokazuterada/MarkdownTOC/issues/new?template=question.md)
1212

1313
### Way of operation
1414

15-
1. The contributors will `Close` these Issues or PR
15+
1. The maintainers will `Close` the issue or PR
1616
1. Not accepted feature request
17-
- Add `wontfix` label
18-
2. Not obvious and Not responding
19-
- Not obvious: Problem is not obvious, or not reproduced.
20-
- Not responding: Author doesn't respond in 3 weeks.
17+
- Add the `wontfix` label
18+
2. Not clear or unresponsive
19+
- Not clear: Problem is not obvious or not reproducible.
20+
- Unresponsive: the author does not respond to inquiries within 3 weeks.
2121

2222
## Gitter
2323

24-
If you want to ask more easily, please use [Gitter](https://gitter.im/naokazuterada/MarkdownTOC) chat system.
24+
If you want more general support or to ask questions, please use [Gitter](https://gitter.im/naokazuterada/MarkdownTOC) chat system.
2525

2626
## Patches
2727

@@ -40,7 +40,7 @@ All contributions are welcome
4040

4141
## Useful Tools
4242

43-
- [Gyazo](https://gyazo.com/en): Tool for making screen captures into animation GIF. Use it for showing how the function works.
43+
- [Gyazo](https://gyazo.com/en): Tool for making animated GIFs from screen captures. Use it for showing how the function works.
4444

4545
## Licensing and copyright
4646

.github/ISSUE_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
Template: BUG REPORT
44
5-
This is an issue for a bug report.
5+
This is an template for a bug report.
66
You should label `bug-report`.
77
88
9-
If your purpose is different, please visit following links.
9+
If your issue is not a bug report, please visit one of the following links.
1010
1111
FEATURE REQUEST:
1212
https://github.com/naokazuterada/MarkdownTOC/issues/new?template=feature.md
@@ -16,10 +16,10 @@ https://github.com/naokazuterada/MarkdownTOC/issues/new?template=question.md
1616
1717
-->
1818

19-
# How can it be reproduced
19+
# How can the issue be reproduced
2020

2121
# What was expected
2222

2323
# What actually occurred
2424

25-
# What version of the involved component
25+
# What was the version of the involved component

.github/ISSUE_TEMPLATE/feature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
Template: FEATURE REQUEST
44
5-
This is an issue for a feature request.
5+
This is an template for a feature request.
66
You should label `feature-request`.
77
88
9-
If your purpose is different, please visit following links.
9+
If your issue is not a feature request, please visit one of the following links.
1010
1111
BUG REPORT:
1212
https://github.com/naokazuterada/MarkdownTOC/issues/new?template=bug.md

.github/ISSUE_TEMPLATE/question.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
Template: QUESTION
44
5-
This is an issue for a feature request.
5+
This is a template for a general question
66
You should label `question`.
77
88
9-
If your purpose is different, please visit following links.
9+
If your issue is not a question, please visit one of the following links.
1010
1111
BUG REPORT:
1212
https://github.com/naokazuterada/MarkdownTOC/issues/new?template=bug.md

0 commit comments

Comments
 (0)