aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-02-12 12:47:13 +0800
committerGitHub <noreply@github.com>2023-02-12 12:47:13 +0800
commit92f66c9eac950c7b28a83f5b02c1209897bb89b7 (patch)
treea5c75b3920190581520b2244256f29fac224622a
parent3a28168d418fe07cbacbf76d72493cf2caf9a616 (diff)
chore: ask for test plan when test cases are not applicable (#7344)
[ci skip]
-rw-r--r--.github/pull_request_template.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 81dcc72f..1341028c 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,11 +1,15 @@
-### Describe the pull request
+## Describe the pull request
A clear and concise description of what the pull request is about, i.e. what problem should be fixed?
Link to the issue: <!-- paste the issue link here, or put "n/a" if not applicable -->
-### Checklist
+## Checklist
- [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request.
- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md).
- [ ] I have added test cases to cover the new code.
+
+## Test plan
+
+If no test cases added, please provide your test plan here.