aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 09:36:50 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 09:36:50 +0100
commiteb77f4ce1d5499cb1e21295b66cac6f31ef785cf (patch)
tree5d1c7b200548e4bfafb29ffb2cfd0d354f5d87e4 /.github/PULL_REQUEST_TEMPLATE.md
parent79389bffd6cbd5d3a7d2a4b61412f5f8e076ed34 (diff)
downloadPeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.tar.gz
PeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.tar.zst
PeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.zip
Simplify a little bit github templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md35
1 files changed, 6 insertions, 29 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 517d318b1..a49db848f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,22 +1,15 @@
1## Description 1## Description
2
2<!-- Please include a summary of the change, with motivation and context --> 3<!-- Please include a summary of the change, with motivation and context -->
3 4
4## Related issues 5## Related issues
5<!--- If suggesting a new feature or change, please discuss it in an issue first -->
6<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
7<!-- 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 -->
8 6
9## Type of change 7<!-- If suggesting a new feature or change, please discuss it in an issue first -->
10<!--- Put an `x` in all the boxes that apply: --> 8<!-- If fixing a bug, there should be an issue describing it with steps to reproduce -->
11- [ ] ♻️ Refactor discussed in # 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 -->
12- [ ] ✨ Feature as discussed in #
13- [ ] 🐛 Bug Fix
14- [ ] 👷 Optimization/Maintenance
15- [ ] 📝 Documentation Update
16- [ ] 🔖 Release
17- [ ] 🚩 Other
18 10
19## Has this been tested? 11## Has this been tested?
12
20<!--- Put an `x` in the box that applies: --> 13<!--- Put an `x` in the box that applies: -->
21- [ ] 👍 yes, I added tests to the test suite 14- [ ] 👍 yes, I added tests to the test suite
22- [ ] 👍 yes, light tests as follows are enough 15- [ ] 👍 yes, light tests as follows are enough
@@ -32,22 +25,6 @@ Provide instructions so we can reproduce.
32Please also list any relevant details for your test configuration(s): 25Please also list any relevant details for your test configuration(s):
33--> 26-->
34 27
35**Self-test configuration**:
36* NodeJS version: <!-- if PR change dependencies -->
37* Viewport sizes: <!-- if PR changes UI -->
38* Browser name/version: <!-- if PR changes UI -->
39
40## Screenshots 28## Screenshots
41<!-- delete if not relevant -->
42 29
43## Checklist: 30<!-- delete if not relevant -->
44<!-- delete unrelevant entries -->
45<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
46<!--- Put an `x` in all the boxes that apply: -->
47- [ ] I have read the [CONTRIBUTING](./.github/CONTRIBUTING.md) documentation.
48- [ ] I didn't make the linter cry
49- [ ] I have commented my code, particularly in hard-to-understand areas
50- [ ] I have made changes to the documentation as needed
51- [ ] I have made changes to the OpenAPI spec as needed
52- [ ] To the best of my knowledge, my changes introduce no known security vulnerability
53- [ ] I have corrected any misspellings in my code/comments