1- name : Bug report
2- description : Report a reproducible problem
3- labels :
4- - bug
1+ name : Bug Report
2+ description : Report a bug to help us improve the composable data stack.
3+ title : " [Bug]: "
4+ labels : [" bug", "triage"]
55body :
66 - type : markdown
77 attributes :
88 value : |
9- Thanks for reporting a bug. Please provide enough detail to reproduce .
9+ Thanks for reporting a bug! Please fill in as much detail as possible .
1010
1111 - type : input
1212 id : summary
1313 attributes :
1414 label : Summary
15- description : One-line description of the problem
16- placeholder : cds render fails with unresolved contract ref
15+ description : One-line description of the problem.
16+ placeholder : e.g. cds render fails with unresolved contract ref
17+ validations :
18+ required : true
19+
20+ - type : dropdown
21+ id : severity
22+ attributes :
23+ label : Severity
24+ description : How severely does this bug affect you?
25+ options :
26+ - Critical (system unusable / data loss)
27+ - High (major feature broken)
28+ - Medium (feature partially broken)
29+ - Low (minor inconvenience)
1730 validations :
1831 required : true
1932
2033 - type : textarea
21- id : steps
34+ id : repro
2235 attributes :
23- label : Steps to reproduce
24- description : Exact steps and commands
36+ label : Minimal Reproducible Example
37+ description : |
38+ Smallest possible steps or code snippet to reproduce the bug.
2539 placeholder : |
26- 1. Run ...
27- 2. Edit ...
28- 3. Observe ...
40+ 1. Configure X with ...
41+ 2. Run command Y ...
42+ 3. See error Z
2943 validations :
3044 required : true
3145
@@ -40,15 +54,15 @@ body:
4054 id : actual
4155 attributes :
4256 label : Actual behavior and logs
43- description : Include full error output and stack trace
57+ description : Include full error output and stack trace.
4458 validations :
4559 required : true
4660
4761 - type : input
4862 id : environment
4963 attributes :
5064 label : Environment
51- description : OS, Python version, and how CDS was installed
65+ description : OS, Python version, and how CDS was installed.
5266 placeholder : Linux, Python 3.11, pip install -e .
5367 validations :
5468 required : true
6276 required : true
6377 - label : I removed sensitive information from logs
6478 required : true
79+
0 commit comments