add : CONTRIBUTING.md added. (#1)

pull/23/head
sadrasabouri 2021-09-28 15:27:44 +03:30
rodzic fc6c9d288e
commit b22e0a4501
1 zmienionych plików z 18 dodań i 0 usunięć

18
.github/CONTRIBUTING.md vendored 100644
Wyświetl plik

@ -0,0 +1,18 @@
# Contribution
Changes and improvements are more than welcome! ❤️ Feel free to fork and open a pull request.
Please consider the following :
1. Fork it!
2. Create your feature branch (under `dev` branch)
3. Add your new features or fix detected bugs
4. Add standard `docstring` to your functions
5. Update `README.md` (if needed)
6. Pass all CI tests
7. Update `CHANGELOG.md`
- Describe changes under `[Unreleased]` section
8. Update `AUTHORS.md`
- Add your name under `# Other Contributors #` section
9. Submit a pull request into `dev` (please complete the pull request template)