forked from Chocobozzz/PeerTube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move github issue templates to new standard
- Loading branch information
Showing
7 changed files
with
159 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/`): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/` | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |