diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 68cf88a75..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ - - - - -**What happened?** - -**What do you expect to happen instead?** - -**Steps to reproduce:** - -1. - -2. - -3. - - -**Additional information** -* PeerTube version and URL: -* Browser name and version: -* NodeJS version: - -* Link to browser console log if useful: -* Link to server log if useful (`journalctl` or `/var/www/peertube/storage/logs/`): diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md new file mode 100644 index 000000000..aafaa083d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md @@ -0,0 +1,36 @@ +--- +name: 🐛 Bug Report +about: Use this template for reporting a bug +--- + + + +**Describe the current behavior** + +**Steps to reproduce:** + +1. +2. +3. + +**Describe the expected behavior** + +**Additional information** + +* PeerTube instance: + * URL: + * version: + * NodeJS version: + * Ffmpeg version: + +* Browser name, version and platforms on which you could reproduce the bug: +* Link to browser console log if relevant: +* Link to server log if relevant (`journalctl` or `/var/www/peertube/storage/logs/`): diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.md b/.github/ISSUE_TEMPLATE/10-installation-issue.md new file mode 100644 index 000000000..4f51fcbd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.md @@ -0,0 +1,31 @@ +--- +name: Installation Issue +about: Use this template for build/installation issues +--- + + + +**Describe the problem** + +**Provide the exact sequence of commands / steps that you executed before running into the problem** + +**Additional information** + +* PeerTube instance: + * version: + * NodeJS version: + * Ffmpeg version: + * Redis version: + * PostgreSQL version: + + diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md new file mode 100644 index 000000000..c4ef3fd74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.md @@ -0,0 +1,27 @@ +--- +name: 📝 Documentation Issue +about: Use this template for documentation-related issues +labels: 'Component: Documentation :books:' +assignees: rigelk +--- + + + +**Parts of the documentation concerned:** + +Please provide a link to the documentation entry, for example: https://docs.joinpeertube.org/#/install-any-os + +**Describe the desired information/correction** + + diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md new file mode 100644 index 000000000..675733ea5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -0,0 +1,39 @@ +--- +name: ✨ Feature Request +about: Use this template to ask for new features and suggest new ideas 💡 +labels: 'Type: Discussion :thought_balloon:' +--- + + + +**Is your request related to a problem?** + + + +**Describe the solution you would like:** + + + +**Describe alternatives you have considered** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/40-question.md b/.github/ISSUE_TEMPLATE/40-question.md new file mode 100644 index 000000000..36a66668f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/40-question.md @@ -0,0 +1,15 @@ +--- +name: 🙋 Question +about: Use this template to ask questions +labels: 'Type: Question' +--- + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..efd444bdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 💬 IRC + url: https://kiwiirc.com/client/irc.freenode.net/#peertube + about: Chat with us via IRC for quick Q/A here. + - name: 💬 Matrix + url: https://matrix.to/#/#peertube:matrix.org + about: Chat with us via Matrix for quick Q/A here. + - name: 🤷💻🤦 Forum + url: https://framacolibri.org/c/peertube + about: You can ask and answer other questions here.