diff options
author | Wladimir Kirianov <wladefant@gmail.com> | 2022-07-28 08:51:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 08:51:55 +0000 |
commit | cf36646b7d874f0063d419820a3cda4feee54198 (patch) | |
tree | cf33e70c05644a6d57cce6ace39b73045a490320 | |
parent | 756f44a319c679a53bf0209c256cf928fb46e138 (diff) | |
download | infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar.gz infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar.bz2 infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar.lz infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar.xz infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.tar.zst infinity-for-reddit-cf36646b7d874f0063d419820a3cda4feee54198.zip |
Create Bug_Report Issues Template
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 78 |
2 files changed, 78 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml deleted file mode 100644 index 8b137891..00000000 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml new file mode 100644 index 00000000..3b9c6bea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -0,0 +1,78 @@ +name: Bug report +description: Create a report to help us improve existing features +labels: ["Type: Possible bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: checklist + attributes: + label: Checklist + options: + - label: I have used the search function for [open](https://github.com/AntennaPod/AntennaPod/issues) **and** [closed](https://github.com/AntennaPod/AntennaPod/issues?q=is%3Aissue+is%3Aclosed) issues to see if someone else has already submitted the same bug report. + required: true + - label: I will describe the problem with as much detail as possible. + required: true + - label: If the bug only occurs with a certain link, post, image..., I will include the URL. + required: true + - type: input + id: version + attributes: + label: App version + description: We need the actual version number found on the settings screen. + placeholder: x.y.z + validations: + required: true + - type: dropdown + id: source + attributes: + label: Where did you get the app from + multiple: false + options: + - Google Play + - F-Droid + - Other + validations: + required: true + - type: input + id: android_version + attributes: + label: Android version + description: Please mention if you are using a custom rom! + validations: + required: true + - type: input + id: device + attributes: + label: Device model + - type: input + id: first + attributes: + label: First occurred + placeholder: about x days/weeks ago + - type: textarea + id: steps + attributes: + label: Steps to reproduce + placeholder: | + 1. This + 2. Then that + 3. Then this + 4. Etc. + - type: textarea + id: expected + attributes: + label: Expected behaviour + description: After following the steps, what did you think AntennaPod would do? + - type: textarea + id: current + attributes: + label: Current behaviour + description: What did AntennaPod do instead? Screenshots might help. Usually, you can take a screenshot of your smartphone by pressing *Power* + *Volume down* for a few seconds. + - type: textarea + id: logs + attributes: + label: Logs + description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. |