Merge pull request #135 from PangMo5/main

Add ISSUE_TEMPLATE
This commit is contained in:
aiden 3 2021-08-12 18:54:35 -04:00 committed by GitHub
commit 814df799cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 78 additions and 0 deletions

60
.github/ISSUE_TEMPLATE/bug-report.yaml vendored Normal file
View File

@ -0,0 +1,60 @@
name: Bug report
description: Create a bug report
labels: [ bug ]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: |
A clear and concise description of the bug, including steps to reproduce it and the normally expected behavior.
You can also attach screenshots or screen recordings to help explain your issue.
placeholder: |
1. Go to …
2. Click on …
3. Scroll down to …
4. See error / the app crashes
Instead, I expect …
validations:
required: true
- type: input
id: app-version
attributes:
label: Application version
description: The version of the installed Swiftfin app.
placeholder: 1.0.0(58)
validations:
required: true
- type: dropdown
id: installation-source
attributes:
label: Where did you install the app from?
description: Choose the appropriate app store or installation method.
options:
- TestFlight
- App Store
- type: input
id: device-info
attributes:
label: Device information
description: model
placeholder: iPhone 12 Pro, 12.9-in. iPad Pro (4th generations)
validations:
required: true
- type: input
id: os-version
attributes:
label: OS version
description: Version of the OS and other information
placeholder: iOS 14.7, iOS 15 beta 4 (19A5307g), iPadOS 14.7
validations:
required: true
- type: input
id: server-version
attributes:
label: Jellyfin server version
description: If on unstable, please specify the commit hash.
placeholder: 10.7.6
validations:
required: true

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Jellyfin documentation
url: https://jellyfin.org/docs/general/getting-help.html
about: Our documentation contains lots of help for common issues

View File

@ -0,0 +1,13 @@
---
name: Feature Request
about: Request a new feature
title: ''
labels: enhancement
assignees: ''
---
**Describe the feature you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->