diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 87c6d99c0b..2caac10946 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,11 +6,11 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r * [ ] code is in uniquely-named feature branch and has no merge conflicts * [ ] PR is descriptively titled * [ ] ask `@publiclab/is-reviewers` for help, in a comment below - +* [ ] Insert-step functionality is working correct as expected. > We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If tests do fail, click on the red `X` to learn why by reading the logs. Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software - +Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part Thanks!