diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/40-question.md | 15 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 |
2 files changed, 3 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/40-question.md b/.github/ISSUE_TEMPLATE/40-question.md deleted file mode 100644 index 42355e574..000000000 --- a/.github/ISSUE_TEMPLATE/40-question.md +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | --- | ||
2 | name: 🙋 Question | ||
3 | about: Use this template to ask questions that could not get solved over chat | ||
4 | labels: 'Type: Question' | ||
5 | --- | ||
6 | |||
7 | <!-- | ||
8 | Please read FAQ.md and docs.joinpeertube.org first. | ||
9 | Please search among past open/closed issues for a similar one beforehand: | ||
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | ||
11 | - https://framacolibri.org/c/peertube | ||
12 | Please ask first on the IRC/Matrix chat room. If nobody answers after 24h (except weekends), please fill an issue here. | ||
13 | |||
14 | All done? Then ask your question below: | ||
15 | --> | ||
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2911f6202..3e041d555 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml | |||
@@ -1,11 +1,11 @@ | |||
1 | blank_issues_enabled: false | 1 | blank_issues_enabled: false |
2 | contact_links: | 2 | contact_links: |
3 | - name: 🤷💻🤦 Question/Forum | ||
4 | url: https://framacolibri.org/c/peertube | ||
5 | about: You can ask and answer other questions here | ||
3 | - name: 💬 Matrix | 6 | - name: 💬 Matrix |
4 | url: https://matrix.to/#/#peertube:matrix.org | 7 | url: https://matrix.to/#/#peertube:matrix.org |
5 | about: Chat with us via Matrix for quick Q/A here | 8 | about: Chat with us via Matrix for quick Q/A here |
6 | - name: 💬 IRC | 9 | - name: 💬 IRC |
7 | url: https://web.libera.chat/#peertube | 10 | url: https://web.libera.chat/#peertube |
8 | about: Chat with us via IRC for quick Q/A here | 11 | about: Chat with us via IRC for quick Q/A here |
9 | - name: 🤷💻🤦 Forum | ||
10 | url: https://framacolibri.org/c/peertube | ||
11 | about: You can ask and answer other questions here | ||