You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ Please feel free to contribute to this project.
11
11
12
12
## Proposing Words
13
13
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