Skip to content

Commit bf856f6

Browse files
committedJun 3, 2021
Updated contribution guidelines
1 parent 6b400b4 commit bf856f6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎CONTRIBUTING.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ Use [this mail](mailto:subhashsarangi123@gmail.com) to contact me regarding any
2222
### Types of contributions
2323
- New Features
2424
- To add a new feature, select a task from the [todo list](https://github.com/Subhash3/Neural_Net_Using_NumPy#todo) and make a PR with its appropriate implementation.
25-
- If you have an idea for a new feature which is not in the todo list, then make sure to add it the README todo list while making PR.
25+
- If you have an idea for a new feature which is not in the todo list, then make sure to add it the README todo list while making PR.
26+
- Fixing issues
27+
- Select an issue from the issues tab and make a PR with its appropriate implementation.
28+
- If you encounter a bug, or any other problem in the codebase, raise an issue with relevant labels.
29+
30+
#### Keep in Mind.
31+
- While making a Pull Request, do not push any dependencies, builds, dists or local config file.
32+
- Do not modify the files which don't have anything to do with the issue/feature.
33+
- Use only `snake_case` convention while naming variables/functions/classes/methods...

0 commit comments

Comments
 (0)
Please sign in to comment.