77 attributes :
88 value : |
99 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
1810 - type : textarea
1911 id : what-happened
2012 attributes :
2113 label : What happened?
22- description : Also tell us, what did you expect to happen?
2314 placeholder : Tell us what you see!
24- value : " A bug happened!"
2515 validations :
2616 required : true
27- - type : dropdown
28- id : version
17+ - type : textarea
18+ id : what-expected
2919 attributes :
30- label : Version
31- description : What version of our software are you running?
32- options :
33- - 1.0.2 (Default)
34- - 1.0.3 (Edge)
20+ label : What did you expect to see?
21+ placeholder : Tell us what you expect!
22+ validations :
23+ required : true
24+ - type : input
25+ id : fastdup-version
26+ attributes :
27+ label : What version of fastdup were you runnning on?
28+ placeholder : ex. 0.918
3529 validations :
3630 required : true
3731 - type : dropdown
38- id : browsers
32+ id : python-version
3933 attributes :
40- label : What browsers are you seeing the problem on?
34+ label : What version of Python were you running on?
4135 multiple : true
4236 options :
43- - Firefox
44- - Chrome
45- - Safari
46- - Microsoft Edge
37+ - Python 3.10
38+ - Python 3.9
39+ - Python 3.8
40+ - Python 3.7
41+ - Other
42+ validations :
43+ required : true
44+ - type : input
45+ id : os-version
46+ attributes :
47+ label : Operating System
48+ description : What operating system and version were you runnning on?
49+ placeholder : ex. Ubuntu 22.04 LTS / macOS Ventura 13.3.1 (M1) / Windows 11
50+ validations :
51+ required : true
52+ - type : textarea
53+ id : reproduce
54+ attributes :
55+ label : Reproduction steps
56+ description : " How do you trigger this bug? Please walk us through it step by step."
57+ placeholder : |
58+ 1. Go to '...'
59+ 2. Click on '....'
60+ 3. Scroll down to '....'
61+ 4. See error '...'
62+ validations :
63+ required : false
4764 - type : textarea
4865 id : logs
4966 attributes :
5067 label : Relevant log output
5168 description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
5269 render : shell
53- - type : checkboxes
54- id : terms
70+ - type : textarea
71+ id : screenshot
5572 attributes :
56- label : Code of Conduct
57- description : By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
58- options :
59- - label : I agree to follow this project's Code of Conduct
60- required : true
73+ label : Attach a screenshot [Optional]
74+ validations :
75+ required : true
76+ - type : input
77+ id : contact
78+ attributes :
79+ label : Contact Details [Optional]
80+ description : How can we get in touch with you if we need more info?
81+ placeholder :
ex. [email protected] 82+ validations :
83+ required : true
0 commit comments