We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02e3bf commit 48f287aCopy full SHA for 48f287a
CONTRIBUTING.md
@@ -13,6 +13,7 @@ agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md).
13
* add_XXX if you will add new algorithms or data structures.
14
* fix_XXX if you will fixe a bug on a certain algorithm or data structure.
15
* test_XXX if you wrote a test/s.
16
+ * doc_XXX if you added to or edited documentation.
17
18
You may contribute by:
19
- implementing new algorithms in the repo. Be sure to keep it under
@@ -23,6 +24,7 @@ it doesn't fall under any section. Make sure that your implementation works.
23
24
- finding and fixing bugs.
25
- adding examples to explain the algorithms better.
26
- adding test cases.
27
+- improving documentation.
28
29
## Pull Requests
30
Push to your fork and [submit a pull request][pr].
0 commit comments