Skip to content

Commit f50a69e

Browse files
authored
Created CONTRIBUTING.md file and docs folder.
1 parent 4ddb116 commit f50a69e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing to this repo
2+
:+1::tada: Thanks a lot for considering taking some time to contribute to this repo, I really appreciate it! :tada::+1:
3+
4+
The guidelines described in this file should be followed most of the times, but these are not hard rules. This is a small project after all, so feel free to propose changes and enhancements in a pull request.
5+
6+
## Code of conduct
7+
No matter how good of a programmer you are, if you are a bad person, we don't want you in this repo. __Be nice__ with others, we are all learning all the time so try to always respect others, answer with helpful advice or insightful tips and get along.
8+
9+
## How can I contribute?
10+
11+
### Adding new questions and answers
12+
13+
Choose a Python subject and add questions and answers that are not already covered, or add an entirely new subject.
14+
15+
### Adding new features
16+
17+
Add new features that you consider would be useful to the user. This repo follows TDD, so if you would like to add a new feature to the code, please add a corresponding test for it.
18+
19+
### Reporting bugs
20+
21+
Let us know if you find any bugs in the code. To submit a good bug report, create an issue in the repository and follow the guidelines established in the ISSUE_TEMPLATE.md file.

0 commit comments

Comments
 (0)