We welcome all contributions to Pinion!
Here are a few ways you can contribute:
- Maintaining and improving existing functionality by squashing bugs that turn up (look for
help-wanted
andgood-first-issue
labels) - Finding bugs and submitting them to the issues tracker.
If you plan to make a larger change, please consult with the team beforehand.
To report an issue, use the GitHub issues tracker.
In order to contribute, please fork off of the master
branch and make your changes there. Keep your branch up to date with master by using rebase
instead of merge
.
Use the following naming schema for your PR branch: [feature/fix/maintenance/...]/[issue-#]-[a-meaningful-description-in-kebab-case] e.g. feature/936-add-support-for-random-wallet
- The 60/80 rule. The first line should be capitalized and can go up to (but not exceed) 60 chars, following lines should preferably be wrapped at around 80
- Bullet points are good, please use indentation though. For the bullet, you can choose between asterisks or hyphens For the first line, try to be specific. e.g: "Ensure colony keys are unique" instead of "Fix a bug with contract setup" If you're adding or changing existing tests, they should go on the same commit.
Please note we have a code of conduct, please follow it in all your interactions with the project.