diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a49db848f..3c96818a3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -6,24 +6,16 @@ | |||
6 | 6 | ||
7 | <!-- If suggesting a new feature or change, please discuss it in an issue first --> | 7 | <!-- If suggesting a new feature or change, please discuss it in an issue first --> |
8 | <!-- If fixing a bug, there should be an issue describing it with steps to reproduce --> | 8 | <!-- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
9 | <!-- start with closing keywords if any apply: https://docs.github.com/en/enterprise/2.16/user/github/managing-your-work-on-github/closing-issues-using-keywords --> | ||
10 | 9 | ||
11 | ## Has this been tested? | 10 | ## Has this been tested? |
12 | 11 | ||
13 | <!--- Put an `x` in the box that applies: --> | 12 | <!-- Put an `x` in the box that applies: --> |
13 | <!-- Check the unit test guide: https://docs.joinpeertube.org/contribute-getting-started?id=unit-tests --> | ||
14 | |||
14 | - [ ] 👍 yes, I added tests to the test suite | 15 | - [ ] 👍 yes, I added tests to the test suite |
15 | - [ ] 👍 yes, light tests as follows are enough | ||
16 | - [ ] 💭 no, because this PR is a draft and still needs work | 16 | - [ ] 💭 no, because this PR is a draft and still needs work |
17 | - [ ] 🙅 no, because they aren't needed | 17 | - [ ] 🙅 no, because this PR does not update server code |
18 | - [ ] 🙋 no, because I need help | 18 | - [ ] 🙋 no, because I need help <!-- Detail how we can help you > |
19 | |||
20 | <!-- | ||
21 | If you didn't test via unit-testing, you will still be asked to prove your fix is effective, doesn't have side-effects, or that your feature simply works: | ||
22 | |||
23 | Please describe the tests that you ran to verify your changes. | ||
24 | Provide instructions so we can reproduce. | ||
25 | Please also list any relevant details for your test configuration(s): | ||
26 | --> | ||
27 | 19 | ||
28 | ## Screenshots | 20 | ## Screenshots |
29 | 21 | ||