Github: Added support/issue templates.

pull/87/head
desimaniac 6 years ago
parent 80c6c72ddf
commit 66a7120520

@ -0,0 +1,23 @@
<!--
Before opening a new issue, please ensure:
- You use Discord chat for support/questions.
- You search for existing bugs/feature requests.
- Remove extraneous template details.
- Do not prefix title with type of issue (Feature Request, Bug, etc.) The appropriate labels will be added during triage.
-->
## Support / Questions
The [readme](https://github.com/l3uddz/traktarr/blob/master/README.md) page is very detailed and updated often. It should be the first thing used to find the answers to your questions.
If you still have a support question, use the [Discord](https://discord.io/cloudbox) chat server to post your question in the `#traktarr` channel.
Support questions or requests will be redirected there and the issue ticket will be closed.
## Bug Report
Use https://github.com/l3uddz/traktarr/issues/new?template=BUG_REPORT.md
## Feature Request
Use https://github.com/l3uddz/traktarr/issues/new?template=FEATURE_REQUEST.md

@ -0,0 +1,34 @@
---
name: Bug Report
about: Create a report to help us improve Traktarr
labels: Bug
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Logs**
Link to debug or trace log files.
You can enable debug mode with `core.debug` in the `config.json` file.
**System Information**
- Traktarr Version: [e.g. Master (latest), Develop (latest)]
- Operating System: [e.g. Ubuntu Server 16.04 LTS]
**Additional context**
Add any other context about the problem here.

@ -0,0 +1,14 @@
---
name: Feature Request
about: Suggest an idea for Traktarr
labels: Feature Request
---
**Describe the problem**
A clear and concise description of the problem you're looking to solve.
**Describe any solutions you think might work**
A clear and concise description of any solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

@ -0,0 +1,10 @@
---
name: Other Issues
about: How to get support or ask questions
---
The [readme](https://github.com/l3uddz/traktarr/blob/master/README.md) page is very detailed and updated often. It should be the first thing used to find the answers to your questions.
If you still have a support question, use the [Discord](https://discord.io/cloudbox) chat server to post your question in the `#traktarr` channel.
Support questions or requests will be redirected there and the issue ticket will be closed.

@ -0,0 +1,5 @@
## Support
The [readme](https://github.com/l3uddz/traktarr/blob/master/README.md) page is very detailed and updated often. It should be the first thing used to find the answers to your questions.
If you still have a support question, use the [Discord](https://discord.io/cloudbox) chat server to post your question in the `#traktarr` channel.

@ -0,0 +1,42 @@
[
{
"name": "Bug",
"color": "#ee0701"
},
{
"name": "Docs",
"color": "#abfcee"
},
{
"name": "Duplicate",
"color": "#cccccc"
},
{
"name": "Expected Behavior",
"color": "#cccccc"
},
{
"name": "Feature Request",
"color": "#2f58b7"
},
{
"name": "Invalid",
"color": "#e6e6e6"
},
{
"name": "Support",
"color": "#cc317c"
},
{
"name": "Waiting For Info",
"color": "#13db34"
},
{
"name": "Wont Fix",
"color": "#ffffff"
},
{
"name": "Work In Progress",
"color": "#dd3087"
}
]
Loading…
Cancel
Save