mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 19:32:11 +00:00
Create bug.yml
This commit is contained in:
parent
26265dd6d7
commit
9cd1c4453f
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
name: Bug
|
||||||
|
description: Use this template if you have found a bug in the Application
|
||||||
|
title: "bug: "
|
||||||
|
labels: [bug]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this Form!
|
||||||
|
- type: textarea
|
||||||
|
id: happening
|
||||||
|
attributes:
|
||||||
|
label: What is Hapening
|
||||||
|
placeholder: "Ex: When I want to add my weight the app crash..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: happen
|
||||||
|
attributes:
|
||||||
|
label: Please explain what should happen
|
||||||
|
description: If you selected Other or new Data Type please put it as the first line
|
||||||
|
placeholder: "Ex: The app should not crash when adding my weight"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reproducre
|
||||||
|
attributes:
|
||||||
|
label: Please give us a way to reproduce
|
||||||
|
description: You should list whet you did to reproduce this error
|
||||||
|
placeholder: "- I launched the app\n-I clicked on the + of the Weight chart"
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
x
Reference in New Issue
Block a user