diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 354416052..82266ba3c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Description -Please include a summary of the change and be sure you follow the contributions rules we do provide [here](./CONTRIBUTIONS.md) +Please include a summary of the change and be sure you follow the contributions rules we do provide [here](../CONTRIBUTIONS.md) Task ID: [OS-?](https://aragonassociation.atlassian.net/browse/OS-?) @@ -25,3 +25,4 @@ See the framework lifecylce in `packages/contracts/docs/framework-lifecycle` to - [ ] I have updated the `CHANGELOG.md` file in the root folder. - [ ] I have updated the `DEPLOYMENT_CHECKLIST` file in the root folder. - [ ] I have updated the `UPDATE_CHECKLIST` file in the root folder. +- [ ] I have updated the Subgraph and added a QA URL to the description of this PR. diff --git a/CONTRIBUTION_GUIDE.md b/CONTRIBUTION_GUIDE.md index 1ca436379..a3e54075c 100644 --- a/CONTRIBUTION_GUIDE.md +++ b/CONTRIBUTION_GUIDE.md @@ -78,8 +78,11 @@ If the answer to either of those two questions are "yes", then you're probably d [ ] My changes generate no new warnings. [ ] Any dependent changes have been merged and published in downstream modules. [ ] I ran all tests with success and extended them if necessary. - [ ] I have updated the CHANGELOG.md file in the root folder of the package after the [UPCOMING] title and before the latest version. [ ] I have tested my code on the test network. + [ ] I have updated the `CHANGELOG.md` file in the root folder. + [ ] I have updated the `DEPLOYMENT_CHECKLIST` file in the root folder. + [ ] I have updated the `UPDATE_CHECKLIST` file in the root folder. + [ ] I have updated the Subgraph and added a QA URL to the description of this PR. ``` 6. Wait for the pull request to be reviewed by the team.