forked from getBible/support
Adds the a-bug-4-default.yml
This commit is contained in:
parent
67ab058e7c
commit
a6d2f7d2c0
71
.gitea/ISSUE_TEMPLATE/a-bug-4-default.yml
Normal file
71
.gitea/ISSUE_TEMPLATE/a-bug-4-default.yml
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
name: Default Bug Report
|
||||||
|
about: Draft a report to aid in our Debugging efforts.
|
||||||
|
title: "[BUG]: "
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
We value your effort in reporting an bug! Your feedback is essential for us to address and fix the problem.
|
||||||
|
- type: textarea
|
||||||
|
id: what_happened
|
||||||
|
attributes:
|
||||||
|
label: What Happened?
|
||||||
|
description: Please provide a detailed description of the issue and explain what outcome you anticipate.
|
||||||
|
placeholder: Describe the issue you experienced.
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: steps_to_reproduce
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce the Bug
|
||||||
|
description: Please provide a detailed description of the steps to reproduce the issue you experienced.
|
||||||
|
placeholder: Describe the steps to reproduce the issue.
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
# Environment Details
|
||||||
|
- type: textarea
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
label: Enviroment in which Bug Occured
|
||||||
|
description: Please provide a detailed description of the environment in which you experienced the issue.
|
||||||
|
placeholder: Describe the environment you're in.
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: area
|
||||||
|
attributes:
|
||||||
|
label: Which area of Getbible does this bug report relate to?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- loader
|
||||||
|
- daily-scripture
|
||||||
|
- daily-light
|
||||||
|
- joomla-component
|
||||||
|
- v2_builder
|
||||||
|
- v2
|
||||||
|
- api
|
||||||
|
- librarian
|
||||||
|
- getverse
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: where_it_happened
|
||||||
|
attributes:
|
||||||
|
label: Where in the above selected area did this issue occur?
|
||||||
|
description: If applicable, please provide a in depth discription of where the issue occured.
|
||||||
|
placeholder: Explain in detail where the issue occured
|
||||||
|
value: ""
|
||||||
|
- type: textarea
|
||||||
|
id: comments
|
||||||
|
attributes:
|
||||||
|
label: Additional Comments
|
||||||
|
description: Feel free to include any further comments or pertinent details that might assist us.
|
Loading…
Reference in New Issue
Block a user