diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 164629b483..64255b7714 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,13 +2,12 @@ Fixes #0000 (<=== Add issue number here) Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! +* [ ] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `rake test` * [ ] code is in uniquely-named feature branch and has no merge conflicts 📁 -* [ ] PR is descriptively titled 📑 * [ ] screenshots/GIFs are attached 📎 in case of UI updation * [ ] ask `@publiclab/reviewers` for help, in a comment below - > 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. diff --git a/.github/first-timers-issue-template.md b/.github/first-timers-issue-template.md index 6adbf5325f..402f8e2653 100644 --- a/.github/first-timers-issue-template.md +++ b/.github/first-timers-issue-template.md @@ -35,13 +35,19 @@ $DIFF - [ ] 🏁 **Done** Ask in comments for a review :) +### Please keep us updated -### 🤔❓ Questions? +💬⏰ - We encourage contributors to be respectful to the community and provide an update **within a week** of claiming a first-timers-only issue. We're happy to keep it assigned to you as long as you need if you update us with a request for more time or help, but if we don't see any activity a week after you claim it we may reassign it to give someone else a chance. Thank you in advance! -Leave a comment below! +If this happens to you, don't sweat it! Grab another open issue. ### Is someone else already working on this? -We encourage you to link to this issue by mentioning the issue # in your pull request, so we can see if someone's already started on it. **If someone seem stuck, offer them some help!** Otherwise, [take a look at some other issues you can help with](https://publiclab.github.io/community-toolbox/#r=all). Thanks! +🔗- We encourage contributors to link to the original issue in their pull request so all users can easily see if someone's already started on it. + +👥- **If someone seems stuck, offer them some help!** Otherwise, [take a look at some other issues you can help with](https://publiclab.github.io/community-toolbox/#r=all). Thanks! + +### 🤔❓ Questions? + +Leave a comment below! -(This issue was created by [First-Timers-Bot](https://github.com/hoodiehq/first-timers-bot).)