File tree Expand file tree Collapse file tree 4 files changed +57
-58
lines changed Expand file tree Collapse file tree 4 files changed +57
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Create a report to help us improve
3
+ labels : ['C-bug']
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : Current Behavior
8
+ description : A concise description of what you're experiencing.
9
+ validations :
10
+ required : true
11
+
12
+ - type : textarea
13
+ attributes :
14
+ label : Expected Behavior
15
+ description : A concise description of what you expected to happen.
16
+ validations :
17
+ required : true
18
+
19
+ - type : textarea
20
+ attributes :
21
+ label : Steps To Reproduce
22
+ description : Steps to reproduce the behavior.
23
+ placeholder : |
24
+ 1. Go to '...'
25
+ 2. Click on '....'
26
+ 3. Scroll down to '....'
27
+ 4. See error
28
+ validations :
29
+ required : false
30
+
31
+ - type : textarea
32
+ attributes :
33
+ label : Environment
34
+ description : |
35
+ examples:
36
+ - **Browser**: Safari 15.1
37
+ - **OS**: macOS 11.6.1
38
+ value : |
39
+ - Browser:
40
+ - OS:
41
+ validations :
42
+ required : false
43
+
44
+ - type : textarea
45
+ attributes :
46
+ label : Anything else?
47
+ description : |
48
+ Links? References? Anything that will give us more context about the issue you are encountering!
49
+
50
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
51
+ validations :
52
+ required : false
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : Feature request
4
+ about : Suggest an idea for this project
5
+ url : https://github.com/rust-lang/crates.io/discussions/new
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments