cloudflare/kumo
Publicmirrored fromhttps://github.com/cloudflare/kumoAvailable
.github/pull_request_template.md
23lines · modecode
| 1 | Fixes #[insert GH or internal issue link(s)]. |
| 2 | |
| 3 | _Describe your change..._ |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | <!-- |
| 8 | Please don't delete the checkboxes <3 |
| 9 | The following selections do not need to be completed if this PR only contains changes to .md files |
| 10 | --> |
| 11 | |
| 12 | - Reviews |
| 13 | - [ ] bonk has reviewed the change |
| 14 | - [ ] automated review not possible because: <!-- explain why --> |
| 15 | - Tests |
| 16 | - [ ] Tests included/updated |
| 17 | - [ ] Automated tests not possible - manual testing has been completed as follows: <!-- describe testing --> |
| 18 | - [ ] Additional testing not necessary because: <!-- explain why --> |
| 19 | |
| 20 | <!-- |
| 21 | Have you read our [Contributing guide](https://github.com/cloudflare/kumo/blob/main/CONTRIBUTING.md)? |
| 22 | In particular, for non-trivial changes, please always engage on the issue or create a discussion or feature request issue first before writing your code. |
| 23 | --> |
| 24 | |