diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 543b995..df360e0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1,8 @@ -TODO - REDO THIS \ No newline at end of file +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) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e656666..4072dff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. \ No newline at end of file