Skip to content

Commit de3c779

Browse files
authored
docs(CONTRIBUTING.md): about multiple words (#4080)
1 parent 6c0f808 commit de3c779

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Please feel free to contribute to this project.
1111

1212
## Proposing Words
1313

14-
If you have a word you believe belongs in a dictionary, send a pull request.
15-
For words associated with a particular programming language / environment, they should go in the appropriate dictionary under `dictionaries/<language>/src/<language>.txt`(s).
16-
For general-purpose words, put them in the closest appropriate `dictionaries/<general-area>`(s).
17-
See the `README.md` files in those directories for more information.
14+
- If you have a word you believe belongs in a dictionary, send a pull request.
15+
- For words associated with a particular programming language / environment, they should go in the appropriate dictionary under `dictionaries/<language>/src/<language>.txt`(s).
16+
- It is okey to add multiple words in one Pull request, as long as they are related _(same dictionary or concept)_
17+
- For general-purpose words, put them in the closest appropriate `dictionaries/<general-area>`(s).
18+
- See the `README.md` files in those directories for more information.

0 commit comments

Comments
 (0)