- We have adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.
- First of all
Thank you for showing interest
- Look for tags
status: available
orhelp needed
- Fork the repository
- Create a local branch with proper naming convention
- Solve issue or create the feature
- Don't forget to follow PEP8 Standards
- Also pull
master
branch (frequently, if requires long time) and solve conflicts if any - Send pull request to targeted branch
Yiipee You are done
develop
branch will have frequently changing code -Please send pull requests against this branchmaster
branch will always have a stable deployable coderelease-x.y.z
tags will have release codes for bug fixes on that version- eg.
release-1.0.3
- eg.