themes/hugo-coder/.github/pull_request_template.md
352f6358f3fbbdc7ab6687ac60daaa5ac8e9442d
· 768 B · 33 lines
raw
| 1 | ### Prerequisites |
| 2 | |
| 3 | Put an `x` into the box(es) that apply: |
| 4 | |
| 5 | - [ ] This pull request fixes a bug. |
| 6 | - [ ] This pull request adds a feature. |
| 7 | - [ ] This pull request introduces breaking change. |
| 8 | |
| 9 | ### Description |
| 10 | |
| 11 | Describe what this pull request achieves. |
| 12 | |
| 13 | ### Issues Resolved |
| 14 | |
| 15 | List any existing issues this pull request resolves. |
| 16 | |
| 17 | ### Checklist |
| 18 | |
| 19 | Put an `x` into the box(es) that apply: |
| 20 | |
| 21 | #### General |
| 22 | |
| 23 | - [ ] Describe what changes are being made |
| 24 | - [ ] Explain why and how the changes were necessary and implemented respectively |
| 25 | - [ ] Reference issue with `#<ISSUE_NO>` if applicable |
| 26 | |
| 27 | #### Resources |
| 28 | |
| 29 | - [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files |
| 30 | |
| 31 | #### Contributors |
| 32 | |
| 33 | - [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already |