feat: RefCell remove
[ouch.git] / .github / ISSUE_TEMPLATE / bug-report.yml
blob9c5e36dc6321ea02d1dc3031999c15ded05a0ad9
1 name: Bug Report
2 description: Report a ouch bug
3 labels: [bug]
4 body:
5   - type: markdown
6     attributes:
7       value: Thanks for filling a bug report!
9   - type: input
10     id: version
11     attributes:
12       label: Version
13       description: Version of ouch you encountered this error, or git commit hash if you are not using a versioned release
14     validations:
15       required: true
17   - type: textarea
18     id: description
19     attributes:
20       label: Description
21     validations:
22       required: true
24   - type: textarea
25     id: current
26     attributes:
27       label: Current Behavior
29   - type: textarea
30     id: expected
31     attributes:
32       label: Expected Behavior
34   - type: textarea
35     id: info
36     attributes:
37       label: Additional Information
38       description: >
39         Additional information that might help us debug this issue,
40         such as the operating system you are using or the files you tried to archive/extract