chore: add some starting points for contributing guide

This commit is contained in:
Jonathan Barrow 2024-04-24 14:12:10 -04:00
commit c721061b16
No known key found for this signature in database
GPG key ID: E86E9FE9049C741F
2 changed files with 9 additions and 2 deletions

View file

@ -1 +1,8 @@
TODO - REDO THIS
Some starting points:
1. Don't PR to master/main
2. Always make an issue and await appoval before making PRs (unless otherwise specified)
3. Changes should have meaning and substance
4. Keep code consistent with the rest of the codebase/repos (languages, implementation patterns, style guides, etc)

View file

@ -16,7 +16,7 @@ Resolves #XXX
-->
- [ ] I have read and agreed to the [code of conduct](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and agreed to the [Code of Conduct](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CONTRIBUTING.md).
- [ ] What I'm implementing was an [approved issue](https://github.com/PretendoNetwork/Pretendo/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
- [ ] I have tested all of my changes.