diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 14:55:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 14:55:25 +0200 |
commit | 4f97f58383c37d11a8f8ae3ef6e2b761307cb4d0 (patch) | |
tree | 81464f0a1d9e3753e1e7aeed125fc121eb7c5560 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 37a44fc915eef2140e22ceb96aba6b6eb2509007 (diff) | |
download | PeerTube-4f97f58383c37d11a8f8ae3ef6e2b761307cb4d0.tar.gz PeerTube-4f97f58383c37d11a8f8ae3ef6e2b761307cb4d0.tar.zst PeerTube-4f97f58383c37d11a8f8ae3ef6e2b761307cb4d0.zip |
Update PR template and contributing guide
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 | ||