1name: "Bug Report"
 2description: Use this template to report bugs in the app.
 3labels: ["bug"]
 4body:
 5  - type: markdown
 6    attributes:
 7      value: |
 8        Thanks for taking the time to report a bug. The following questions will guide you through different aspects of your problems and help us understand the issue and reproduce it. Of course you can omit details as you see fit.
 9        
10        Please check if there is already an issue for your bug. You may need to look through closed issues, as they are closed as soon as the fix is in the source code.
11
12  - type: input
13    id: app-version
14    attributes:
15      label: App version
16      placeholder: v1.7.1
17    validations:
18      required: true
19
20  - type: textarea
21    id: description
22    attributes:
23      label: Bug Description
24      description: A clear and concise description of what the bug is.
25      placeholder: "Describe the issue you're experiencing."
26
27  - type: textarea
28    id: steps_to_reproduce
29    attributes:
30      label: Steps to Reproduce
31      description: "Please list the steps to reproduce the issue."
32      placeholder: |
33        1. Go to '...'
34        2. Click on '...'
35        3. Scroll down to '...'
36        4. See error
37
38  - type: markdown
39    attributes:
40      value: |
41        ### Attachments
42        Please upload screenshots, debug info (from the version page in the settings), and any logs the app produced to help us understand what you're experiencing.
43        
44        With some issues uploading a backup of your app settings is also helpful. However, please note that some information like entered medications and age, could be reconstructed from that data.
45
46  - type: textarea
47    id: logs_and_files
48    attributes:
49      label: Details (Screenshots, Debug Info, Configurations)
50      value: |
51        <details><summary>Attachments</summary>
52        
53        
54        
55        </details>