aboutsummaryrefslogtreecommitdiffhomepage
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
parent79389bffd6cbd5d3a7d2a4b61412f5f8e076ed34 (diff)
downloadPeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.tar.gz
PeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.tar.zst
PeerTube-eb77f4ce1d5499cb1e21295b66cac6f31ef785cf.zip
Simplify a little bit github templates
-rw-r--r--.github/ISSUE_TEMPLATE/20-documentation-issue.md2
-rw-r--r--.github/ISSUE_TEMPLATE/30-feature-request.md12
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md35
3 files changed, 10 insertions, 39 deletions
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
index c4ef3fd74..27bfc9cff 100644
--- a/.github/ISSUE_TEMPLATE/20-documentation-issue.md
+++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
@@ -16,7 +16,9 @@ All done? Then please fill the following mandatory form to help us triage your i
16 16
17**Parts of the documentation concerned:** 17**Parts of the documentation concerned:**
18 18
19<!--
19Please provide a link to the documentation entry, for example: https://docs.joinpeertube.org/#/install-any-os 20Please provide a link to the documentation entry, for example: https://docs.joinpeertube.org/#/install-any-os
21-->
20 22
21**Describe the desired information/correction** 23**Describe the desired information/correction**
22 24
diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md
index 675733ea5..bb2cf20aa 100644
--- a/.github/ISSUE_TEMPLATE/30-feature-request.md
+++ b/.github/ISSUE_TEMPLATE/30-feature-request.md
@@ -1,7 +1,6 @@
1--- 1---
2name: ✨ Feature Request 2name: ✨ Feature Request
3about: Use this template to ask for new features and suggest new ideas 💡 3about: Use this template to ask for new features and suggest new ideas 💡
4labels: 'Type: Discussion :thought_balloon:'
5--- 4---
6 5
7<!-- 6<!--
@@ -12,9 +11,9 @@ Please search among past open/closed issues for a similar one beforehand:
12All done? Then please fill the following mandatory form to help us triage your request. 11All done? Then please fill the following mandatory form to help us triage your request.
13--> 12-->
14 13
15**Is your request related to a problem?** <!-- optional --> 14**Describe the problem to be solved**
16 15
17<!-- Remove the question when answering or if not relevant. 16<!--
18 Provide a clear and concise description of what the problem is. 17 Provide a clear and concise description of what the problem is.
19 Ex. I have an issue when [...] 18 Ex. I have an issue when [...]
20--> 19-->
@@ -30,10 +29,3 @@ All done? Then please fill the following mandatory form to help us triage your r
30<!-- Remove if you have not considered alternatives. 29<!-- Remove if you have not considered alternatives.
31 Let us know about other solutions you have tried or researched. 30 Let us know about other solutions you have tried or researched.
32--> 31-->
33
34**Additional context** <!-- optional -->
35
36<!-- Remove if not applicable.
37 Is there anything else you can add about the proposal?
38 You might want to link to related issues here if you haven't already.
39-->
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