0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/.github/ISSUE_TEMPLATE/bug_report_form.yml
Brayan Oliveira 83b4c81729
Ask to check if a bug exists in Anki desktop on the bug report template (#15972)
* Update bug_report_form.yml

* Update .github/ISSUE_TEMPLATE/bug_report_form.yml

Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report_form.yml

Co-authored-by: snowtimeglass <snowtimeglass@gmail.com>

* Update .github/ISSUE_TEMPLATE/bug_report_form.yml

Co-authored-by: snowtimeglass <snowtimeglass@gmail.com>

---------

Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>
Co-authored-by: snowtimeglass <snowtimeglass@gmail.com>
2024-03-24 01:46:58 +00:00

78 lines
2.4 KiB
YAML

name: 🐞 Bug
description: File a bug
title: "[BUG]: "
labels: [Bug, "Needs Triage"]
body:
- type: checkboxes
id: contact
attributes:
label: Checked for duplicates?
description: Quickly search our [open issues](https://github.com/ankidroid/Anki-Android/issues) to see if a similar issue exists
options:
- label: This issue is not a duplicate
required: true
- type: checkboxes
id: desktop-check
attributes:
label: Does it also happen in the desktop version?
description: If so, please report it in [Anki Forums](https://forums.ankiweb.net) instead
options:
- label: This bug does not occur in the latest version of Anki
required: false
- type: textarea
id: steps
attributes:
label: What are the steps to reproduce this bug?
description: Briefly explain what you did which caused this bug to occur
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: Briefly describe what should have happened
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: Briefly describe what happened
validations:
required: true
- type: textarea
id: debug-info
attributes:
label: Debug info
description: Refer to the [support page](https://ankidroid.org/docs/help.html) if you are unsure where to get the "debug info"
placeholder: AnkiDroid Debug Info (Starts with "AnkiDroid Version")
render: text
validations:
required: true
- type: textarea
id: extra_info
attributes:
label: (Optional) Anything else you want to share?
placeholder: List any extra information
- type: checkboxes
id: research
attributes:
label: Research
description: Confirm the points below
options:
- label: I am reporting a bug specific to AnkiDroid (Android app)
required: true
- label: I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
required: true
- label: (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
required: false