File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change 1- name: Bug Report
2- description: File a bug report
3- title: "[Bug]: "
4- labels: ["bug", "triage"]
5- body:
6- - type: markdown
7- attributes:
8- value: |
9- Thanks for taking the time to fill out this bug report!
10- - type: input
11- id: contact
12- attributes:
13- label: Contact Details
14- description: How can we get in touch with you if we need more info?
15- placeholder: ex.
[email protected] 16- validations:
17- required: false
18- - type: textarea
19- id: what-happened
20- attributes:
21- label: What happened?
22- description: Also tell us, what did you expect to happen?
23- placeholder: Tell us what you see!
24- validations:
25- required: true
26- - type: textbox
27- id: version
28- attributes:
29- label: What version of darwin-py were you using?
30- description: Run darwin-py --version at command line and paste the output here
31- validations:
32- required: true
33- - type: checkboxes
34- id: terms
35- attributes:
36- label: Code of Conduct
37- description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
38- options:
39- - label: I agree to follow this project's Code of Conduct
40- required: true
1+
You can’t perform that action at this time.
0 commit comments