|
1 |
| -<!--- Prepend PR title with [WIP] if work in progress. Remove when ready for review. --> |
2 |
| - |
3 |
| -<!--- For a timely review/response, please avoid force-pushing additional commits if your PR already received reviews or comments --> |
| 1 | +<!-- |
| 2 | + For Work In Progress Pull Requests, please use the Draft PR feature, |
| 3 | + see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. |
| 4 | + |
| 5 | + Before submitting a Pull Request, please ensure you've done the following: |
| 6 | + - 📖 Read the Contributing Guide: https://github.com/codebuddies/frontend/blob/main/CONTRIBUTING.md. |
| 7 | + - 📖 Read the Open Sauced Code of Conduct: https://github.com/codebuddies/frontend/blob/main/CODE_OF_CONDUCT.MD. |
| 8 | + - 👷♀️ Aim to create small PRs by splitting up feature work, and potentially multiple issues. |
| 9 | + - ✅ Provide tests for your changes if relevant. |
| 10 | + - 📝 Use descriptive commit messages. |
| 11 | + - 📗 Update any related documentation and include any relevant screenshots. |
| 12 | + Note: h/t to https://github.com/open-sauced/open-sauced/blob/main/.github/PULL_REQUEST_TEMPLATE.md for this pull request template model. |
| 13 | +--> |
4 | 14 |
|
5 | 15 | ## What type of PR is this? (check all applicable)
|
6 | 16 |
|
7 |
| -- [ ] Refactor |
8 |
| -- [ ] Feature |
9 |
| -- [ ] Bug Fix |
10 |
| -- [ ] Documentation Update |
| 17 | +- [ ] ♻️ Refactor |
| 18 | +- [ ] ✨ Feature |
| 19 | +- [ ] 🐛 Bug Fix |
| 20 | +- [ ] 🎨 Enhancement |
| 21 | +- [ ] 📝 Documentation Update |
| 22 | +- [ ] 🔖 Release |
| 23 | +- [ ] 🚩 Other |
| 24 | + |
| 25 | +## Context |
| 26 | + |
| 27 | + |
| 28 | +## Screenshots/Recordings (if there are UI changes) |
| 29 | + |
| 30 | + |
| 31 | +## Implementation Details - what was your thought process as you changed the code? |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +## Related Tickets & Documents (Optional) |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## Added tests? |
11 | 40 |
|
12 |
| -## Description |
| 41 | +- [ ] 👍 yes |
| 42 | +- [ ] 🙅 no, because they aren't needed |
| 43 | +- [ ] 🙋 no, because I need help |
| 44 | +- [ ] ✨ other (e.g. I'll add more tests in a separate issue or PR) |
13 | 45 |
|
14 |
| -## Related Tickets & Documents |
| 46 | +## Added to documentation? |
15 | 47 |
|
16 |
| -## Before & After |
| 48 | +- [ ] 📜 readme |
| 49 | +- [ ] 🙅 no documentation needed |
| 50 | +- [ ] 🙋 I'd like someone to help write documentation, and will file a new issue for it |
0 commit comments