From 02be2a852e0e35cf6869fc3db9f90de4bd12eafd Mon Sep 17 00:00:00 2001 From: PangMo5 Date: Tue, 10 Aug 2021 05:40:41 +0900 Subject: [PATCH] add ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug-report.yaml | 60 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++ 3 files changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 00000000..2bb8def8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..35fa24d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ed9581d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature Request +about: Request a new feature +title: '' +labels: enhancement +assignees: '' +--- + +**Describe the feature you'd like** + + +**Additional context** +