chore: add some starting points for contributing guide
This commit is contained in:
parent
7d87a617cc
commit
c721061b16
2 changed files with 9 additions and 2 deletions
9
.github/CONTRIBUTING.md
vendored
9
.github/CONTRIBUTING.md
vendored
|
|
@ -1 +1,8 @@
|
||||||
TODO - REDO THIS
|
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)
|
||||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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).
|
- [ ] 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).
|
- [ ] 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.
|
- [ ] I have tested all of my changes.
|
||||||
Loading…
Reference in a new issue