github.com/gemaraproj/gemara@v0.23.0

.github/ISSUE_TEMPLATE/bug_report.yml raw

 1---
 2name: Bug report
 3description: Create a report to help us improve
 4labels:
 5  - needs-triage
 6  - bug
 7body:
 8  - type: textarea
 9    attributes:
10      label: Version of Gemara
11      description: The version of Gemara you're experiencing the bug on.
12    validations:
13      required: true
14
15  - type: textarea
16    attributes:
17      label: Describe the bug
18      description: A clear and concise description of what the bug is.
19    validations:
20      required: true
21
22  - type: textarea
23    attributes:
24      label: To Reproduce
25      description: Steps to reproduce the behavior
26      placeholder: |
27        1. Go to '...'
28        2. Click on '....'
29        3. Scroll down to '....'
30        4. See error
31    validations:
32      required: true
33
34  - type: textarea
35    attributes:
36      label: Expected behavior
37      description: A clear and concise description of what you expected to happen.
38    validations:
39      required: true
40
41  - type: textarea
42    attributes:
43      label: Screenshots
44      description: If applicable, add screenshots to help explain your problem.
45    validations:
46      required: false
47
48  - type: textarea
49    attributes:
50      label: Additional context
51      description: Add any other context about the problem here.
52    validations:
53      required: false