Skip to content

Commit 1c4d098

Browse files
committed
chore(github): add issue templates
relates to STACKITTPR-138
1 parent 1707cb3 commit 1c4d098

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in the STACKIT CLI
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
*Please add a clear and concise description of what the bug is.*
13+
14+
## Steps to reproduce
15+
<!-- Please provide us with the steps to reproduce the behavior. -->
16+
17+
1. Run `stackit ...`
18+
2. Run `stackit ...`
19+
3. ...
20+
21+
## Actual behavior
22+
23+
*Please describe the current behavior of the STACKIT CLI. Don't forget to add detailed information like error messages.*
24+
25+
## Expected behavior
26+
27+
*Please describe the behavior which you would expect from the STACKIT CLI in that case.*
28+
29+
## Environment
30+
- OS:
31+
- Version of STACKIT CLI (see `stackit --version`): `vX.X.X`
32+
33+
**Additional information**
34+
35+
*Feel free to add any additional information here.*
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for the STACKIT CLI
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Problem description
11+
12+
*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is.
13+
Example: I'm always frustrated when [...]*
14+
15+
## Proposed solution
16+
17+
*A clear and concise description of what you want to happen.*
18+
19+
## Alternative solutions (optional)
20+
21+
*A clear and concise description of any alternative solutions or features you've considered. (optional)*
22+
23+
## Additional information
24+
25+
*Feel free to add any additional information here.*

0 commit comments

Comments
 (0)