mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Add Issue Forms
This commit is contained in:
parent
d378653983
commit
70e4e43d88
3 changed files with 102 additions and 0 deletions
63
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
63
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
name: Bug Report
|
||||
description: I have an issue with Dispatcharr
|
||||
title: "[Bug]: "
|
||||
labels: ["Bug", "Triage"]
|
||||
projects: []
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please make sure you search for similar issues before submitting. Thank you for your bug report!
|
||||
- type: textarea
|
||||
id: describe-the-bug
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: Make sure to attach screenshots if possible!
|
||||
placeholder: Tell us what you see!
|
||||
value: "A clear and concise description of what the bug is. What did you expect to happen?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: How can we recreate this bug?
|
||||
description: Be detailed!
|
||||
placeholder: Tell us what you see!
|
||||
value: "1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: dispatcharr-version
|
||||
attributes:
|
||||
label: Dispatcharr Version
|
||||
description: What version of Dispatcharr are you running?
|
||||
placeholder: Located bottom left of main screen
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: docker-version
|
||||
attributes:
|
||||
label: Docker Version
|
||||
description: What version of Docker are you running?
|
||||
placeholder: docker --version
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: docker-compose
|
||||
attributes:
|
||||
label: What's in your Docker Compose file?
|
||||
description: Please share your docker-compose.yml file
|
||||
placeholder: Tell us what you see!
|
||||
value: "If not using Docker Compose just put not using."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: client-info
|
||||
attributes:
|
||||
label: Client Information
|
||||
description: What are you using the view the streams from Dispatcharr
|
||||
placeholder: Tell us what you see!
|
||||
value: "Device, App, Versions for both, etc..."
|
||||
validations:
|
||||
required: true
|
||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: false
|
||||
38
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
name: Feature request
|
||||
description: I want to suggest a new feature for Dispatcharr
|
||||
title: "[Feature]: "
|
||||
labels: ["Feature Request"]
|
||||
projects: []
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for helping to make Dispatcharr better!
|
||||
- type: textarea
|
||||
id: describe-problem
|
||||
attributes:
|
||||
label: Is your feature request related to a problem?
|
||||
description: Make sure to attach screenshots if possible!
|
||||
placeholder: Tell us what you see!
|
||||
value: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: describe-solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
placeholder: Tell us what you see!
|
||||
value: "Describe here."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extras
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Anything else you want to add?
|
||||
placeholder: Tell us what you see!
|
||||
value: "Nothing Extra"
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue