File tree Expand file tree Collapse file tree 5 files changed +85
-64
lines changed Expand file tree Collapse file tree 5 files changed +85
-64
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]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : textarea
11+ id : description
12+ attributes :
13+ label : Description
14+ description : A clear and concise description of the bug
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : steps
19+ attributes :
20+ label : Steps to Reproduce
21+ description : Steps to reproduce the behavior
22+ validations :
23+ required : true
24+ - type : textarea
25+ id : expected
26+ attributes :
27+ label : Expected Behavior
28+ description : What you expected to happen
29+ validations :
30+ required : true
31+ - type : textarea
32+ id : actual
33+ attributes :
34+ label : Actual Behavior
35+ description : What actually happened
36+ validations :
37+ required : true
38+ - type : textarea
39+ id : environment
40+ attributes :
41+ label : Environment
42+ description : |
43+ - OS (e.g., Ubuntu 22.04):
44+ - Python/Terraform/`<other>` versions:
45+ render : markdown
46+ - type : textarea
47+ id : additional
48+ attributes :
49+ label : Additional Context
50+ description : Any other context about the problem
51+ render : markdown
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ blank_issues_enabled: true
22name : Submit an issue
33description : Choose the type of issue you'd like to submit
44contact_links :
5- - name : 🐛 Bug Report
6- url : https://github.com/rafaelherik/tfsumpy/issues/new?assignees=&labels=bug&template=bug_report.md&title=
7- about : Report a bug or unexpected behavior
8- - name : ✨ Feature Request
9- url : https://github.com/rafaelherik/tfsumpy/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
10- about : Suggest an enhancement or new feature
115 - name : 🔒 Security Vulnerability
126 url : https://github.com/rafaelherik/tfsumpy/security/advisories/new
137 about : Report a security vulnerability in tfsumpy
Original file line number Diff line number Diff line change 1+ name : ✨ Feature Request
2+ description : Suggest an enhancement or new feature
3+ title : " [Feature] "
4+ labels : [enhancement]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to suggest a new feature!
10+ - type : textarea
11+ id : problem
12+ attributes :
13+ label : Problem to solve
14+ description : What limitation or pain point are you facing?
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : proposal
19+ attributes :
20+ label : Proposed Solution
21+ description : Describe the feature or behavior you'd like to see
22+ validations :
23+ required : true
24+ - type : textarea
25+ id : alternatives
26+ attributes :
27+ label : Alternatives Considered
28+ description : Have you considered any alternative solutions? If so, list them here.
29+ - type : textarea
30+ id : additional
31+ attributes :
32+ label : Additional Context
33+ description : Add any other context or references (links, diagrams, etc.) about the feature request here.
34+ render : markdown
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments