This repository was archived by the owner on Jul 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +64
-39
lines changed Expand file tree Collapse file tree 2 files changed +64
-39
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 bug report for DCM
3+ title : " [BUG] (fill in)"
4+ assignees : incendial
5+ labels :
6+ - " type: bug"
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : Thank you for filing a bug report! 🐛
11+ - type : textarea
12+ attributes :
13+ label : Environment and configuration
14+ description : |
15+ Please tell us about how you're running DCM.
16+ value : |
17+ DCM version:
18+ Dart SDK version:
19+
20+ <details>
21+ <summary>Configuration</summary>
22+
23+ ```yaml
24+ <!-- Paste your configuration here -->
25+ ```
26+ </details>
27+ validations :
28+ required : true
29+ - type : textarea
30+ attributes :
31+ label : What did you do?
32+ description : |
33+ Please include a *minimal* reproduction case. If possible, include a link to a reproduction of the problem. You can use Markdown in this field.
34+ value : |
35+ <!-- Paste the source code below: -->
36+ ```dart
37+
38+ ```
39+ validations :
40+ required : true
41+ - type : textarea
42+ attributes :
43+ label : What did you expect to happen?
44+ description : |
45+ You can use Markdown in this field.
46+ validations :
47+ required : true
48+ - type : textarea
49+ attributes :
50+ label : What actually happened?
51+ description : |
52+ Please copy-paste the actual DCM output. You can use Markdown in this field.
53+ validations :
54+ required : true
55+ - type : checkboxes
56+ attributes :
57+ label : Participation
58+ options :
59+ - label : I am willing to submit a pull request for this issue.
60+ required : false
61+ - type : textarea
62+ attributes :
63+ label : Additional comments
64+ description : Is there anything else that's important for the team to know?
You can’t perform that action at this time.
0 commit comments