diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/00-bug-issue.yml | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/10-installation-issue.yml | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-documentation-issue.yml | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-feature-request.yml | 8 |
4 files changed, 8 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.yml b/.github/ISSUE_TEMPLATE/00-bug-issue.yml index 6bcf1cba4..6f49e6052 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.yml | |||
@@ -1,16 +1,12 @@ | |||
1 | name: 🐛 Bug Report | 1 | name: 🐛 Bug Report |
2 | description: Use this template for reporting a bug | 2 | description: Use this template for reporting a bug |
3 | body: | 3 | body: |
4 | - type: checkboxes | 4 | - type: markdown |
5 | attributes: | 5 | attributes: |
6 | label: Is there an existing issue for this? | 6 | value: | |
7 | description: | | ||
8 | Please search among past open/closed issues for a similar one beforehand: | 7 | Please search among past open/closed issues for a similar one beforehand: |
9 | - https://github.com/Chocobozzz/PeerTube/issues?q= | 8 | - https://github.com/Chocobozzz/PeerTube/issues?q= |
10 | - https://framacolibri.org/c/peertube | 9 | - https://framacolibri.org/c/peertube |
11 | options: | ||
12 | - label: I have searched existing issues | ||
13 | required: true | ||
14 | 10 | ||
15 | - type: textarea | 11 | - type: textarea |
16 | attributes: | 12 | attributes: |
diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.yml b/.github/ISSUE_TEMPLATE/10-installation-issue.yml index 9bdf35dfb..6eaa16a2b 100644 --- a/.github/ISSUE_TEMPLATE/10-installation-issue.yml +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.yml | |||
@@ -1,16 +1,12 @@ | |||
1 | name: 🚀 Installation/Upgrade Issue | 1 | name: 🚀 Installation/Upgrade Issue |
2 | description: Use this template for build/installation/upgrade issues | 2 | description: Use this template for build/installation/upgrade issues |
3 | body: | 3 | body: |
4 | - type: checkboxes | 4 | - type: markdown |
5 | attributes: | 5 | attributes: |
6 | label: Have you read the documentation? | 6 | value: | |
7 | description: | | ||
8 | Please check the official documentation first | 7 | Please check the official documentation first |
9 | - Classic installation: https://docs.joinpeertube.org/install-any-os | 8 | - Classic installation: https://docs.joinpeertube.org/install-any-os |
10 | - Docker installation: https://docs.joinpeertube.org/install-docker | 9 | - Docker installation: https://docs.joinpeertube.org/install-docker |
11 | options: | ||
12 | - label: I have read the documentation | ||
13 | required: true | ||
14 | 10 | ||
15 | - type: checkboxes | 11 | - type: checkboxes |
16 | attributes: | 12 | attributes: |
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml index 213aeb401..354749ad5 100644 --- a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml | |||
@@ -2,16 +2,12 @@ name: 📝 Documentation Issue | |||
2 | description: Use this template for documentation-related issues | 2 | description: Use this template for documentation-related issues |
3 | labels: [ 'Component: Documentation :books:' ] | 3 | labels: [ 'Component: Documentation :books:' ] |
4 | body: | 4 | body: |
5 | - type: checkboxes | 5 | - type: markdown |
6 | attributes: | 6 | attributes: |
7 | label: Is there an existing issue for this? | 7 | value: | |
8 | description: | | ||
9 | Please search among past open/closed issues for a similar one beforehand: | 8 | Please search among past open/closed issues for a similar one beforehand: |
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | 9 | - https://github.com/Chocobozzz/PeerTube/issues?q= |
11 | - https://framacolibri.org/c/peertube | 10 | - https://framacolibri.org/c/peertube |
12 | options: | ||
13 | - label: I have searched existing issues | ||
14 | required: true | ||
15 | 11 | ||
16 | - type: textarea | 12 | - type: textarea |
17 | attributes: | 13 | attributes: |
diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.yml b/.github/ISSUE_TEMPLATE/30-feature-request.yml index e4337348c..2b6a9c4f4 100644 --- a/.github/ISSUE_TEMPLATE/30-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/30-feature-request.yml | |||
@@ -2,16 +2,12 @@ | |||
2 | name: ✨ Feature Request | 2 | name: ✨ Feature Request |
3 | description: Use this template to ask for new features and suggest new ideas 💡 | 3 | description: Use this template to ask for new features and suggest new ideas 💡 |
4 | body: | 4 | body: |
5 | - type: checkboxes | 5 | - type: markdown |
6 | attributes: | 6 | attributes: |
7 | label: Is there an existing issue for this? | 7 | value: | |
8 | description: | | ||
9 | Please search among past open/closed issues for a similar one beforehand: | 8 | Please search among past open/closed issues for a similar one beforehand: |
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | 9 | - https://github.com/Chocobozzz/PeerTube/issues?q= |
11 | - https://framacolibri.org/c/peertube | 10 | - https://framacolibri.org/c/peertube |
12 | options: | ||
13 | - label: I have searched existing issues | ||
14 | required: true | ||
15 | 11 | ||
16 | - type: textarea | 12 | - type: textarea |
17 | attributes: | 13 | attributes: |