poa-ballot-stats/CONTRIBUTING.md

24 lines
807 B
Markdown
Raw Permalink Normal View History

# POA Network
![poa_logo](poa-logo.png)
## To Contribute
1. Fork the repository
https://github.com/poanetwork/poa-ballot-stats/fork
2. Create a feature branch
3. Write tests to cover the work
4. Commit changes
5. Push to the branch
6. Create a new pull request following the PR protocol below
## Pull Request (PR) Protocol
All pull requests must include:
* A clear, readable description of the purpose of the PR
* A clear, readable description of changes
* A title that includes (Fix), (Feature), or (Refactor)
**example:** (Fix) price of 1 token in Wei > 18 decimals
* A single commit message for one specific fix or feature. A separate PR should be made for each specific change.
* Any additional concerns or comments (optional)
All accepted and completed PRs are updated in the Wiki documentation.