mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
move github issue templates to new standard
This commit is contained in:
parent
6a9498e37c
commit
34e2998769
24
.github/ISSUE_TEMPLATE.md
vendored
24
.github/ISSUE_TEMPLATE.md
vendored
@ -1,24 +0,0 @@
|
||||
<!-- If you have a question, please read FAQ.md first -->
|
||||
<!-- If you report a security issue, please refrain from filling an issue, refer to SECURITY.md and follow the disclosure procedure it describes. -->
|
||||
<!-- If you report a bug, please fill the following form -->
|
||||
|
||||
**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/`):
|
36
.github/ISSUE_TEMPLATE/00-bug-issue.md
vendored
Normal file
36
.github/ISSUE_TEMPLATE/00-bug-issue.md
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Use this template for reporting a bug
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read FAQ.md and docs.joinpeertube.org first.
|
||||
Please make sure your issue doesn't stem from a third-party plugin.
|
||||
Please search among past open/closed issues for a similar one beforehand:
|
||||
- https://github.com/Chocobozzz/PeerTube/issues?q=
|
||||
- https://framacolibri.org/c/peertube
|
||||
|
||||
All done? Then please fill the following mandatory form to help us triage your issue.
|
||||
-->
|
||||
|
||||
**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/`):
|
31
.github/ISSUE_TEMPLATE/10-installation-issue.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/10-installation-issue.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Installation Issue
|
||||
about: Use this template for build/installation issues
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read the FAQ.md first.
|
||||
Please make sure your issue doesn't stem from a third-party package.
|
||||
Please search among past open/closed issues for a similar one beforehand.
|
||||
|
||||
All done? Then please fill the following mandatory form to help us triage your issue.
|
||||
-->
|
||||
|
||||
**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:
|
||||
|
||||
<!--
|
||||
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached, not pasted.
|
||||
|
||||
Don't forget to check `journalctl` or `/var/www/peertube/storage/logs/`
|
||||
-->
|
27
.github/ISSUE_TEMPLATE/20-documentation-issue.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/20-documentation-issue.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: 📝 Documentation Issue
|
||||
about: Use this template for documentation-related issues
|
||||
labels: 'Component: Documentation :books:'
|
||||
assignees: rigelk
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read FAQ.md and docs.joinpeertube.org first.
|
||||
Please search among past open/closed issues for a similar one beforehand:
|
||||
- https://github.com/Chocobozzz/PeerTube/issues?q=
|
||||
- https://framacolibri.org/c/peertube
|
||||
|
||||
All done? Then please fill the following mandatory form to help us triage your issue.
|
||||
-->
|
||||
|
||||
**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**
|
||||
|
||||
<!--
|
||||
Are you up to submit a pull request? Chances are, only a small edit is required, so give it a try:
|
||||
- click "Edit this page" if on docs.joinpeertube.org
|
||||
- edit https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml if on https://docs.joinpeertube.org/api-rest-reference.html
|
||||
-->
|
39
.github/ISSUE_TEMPLATE/30-feature-request.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/30-feature-request.md
vendored
Normal file
@ -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:'
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read FAQ.md and docs.joinpeertube.org first.
|
||||
Please search among past open/closed issues for a similar one beforehand:
|
||||
- https://github.com/Chocobozzz/PeerTube/issues?q=
|
||||
|
||||
All done? Then please fill the following mandatory form to help us triage your request.
|
||||
-->
|
||||
|
||||
**Is your request related to a problem?** <!-- optional -->
|
||||
|
||||
<!-- Remove the question when answering or if not relevant.
|
||||
Provide a clear and concise description of what the problem is.
|
||||
Ex. I have an issue when [...]
|
||||
-->
|
||||
|
||||
**Describe the solution you would like:**
|
||||
|
||||
<!--
|
||||
Provide a clear and concise description of what you want to happen.
|
||||
-->
|
||||
|
||||
**Describe alternatives you have considered** <!-- optional -->
|
||||
|
||||
<!-- Remove if you have not considered alternatives.
|
||||
Let us know about other solutions you have tried or researched.
|
||||
-->
|
||||
|
||||
**Additional context** <!-- optional -->
|
||||
|
||||
<!-- Remove if not applicable.
|
||||
Is there anything else you can add about the proposal?
|
||||
You might want to link to related issues here if you haven't already.
|
||||
-->
|
15
.github/ISSUE_TEMPLATE/40-question.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/40-question.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: 🙋 Question
|
||||
about: Use this template to ask questions
|
||||
labels: 'Type: Question'
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read FAQ.md and docs.joinpeertube.org first.
|
||||
Please search among past open/closed issues for a similar one beforehand:
|
||||
- https://github.com/Chocobozzz/PeerTube/issues?q=
|
||||
- https://framacolibri.org/c/peertube
|
||||
Please ask first on the IRC/Matrix chat room. If nobody answers after 24h (except weekends), please fill an issue here.
|
||||
|
||||
All done? Then ask your question below:
|
||||
-->
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user