diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b9edca504 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Report a bug in the STACKIT CLI +title: '' +labels: bug +assignees: '' + +--- + +## Description + +*Please add a clear and concise description of what the bug is.* + +## Steps to reproduce + + +1. Run `stackit ...` +2. Run `stackit ...` +3. ... + +## Actual behavior + +*Please describe the current behavior of the STACKIT CLI. Don't forget to add detailed information like error messages.* + +## Expected behavior + +*Please describe the behavior which you would expect from the STACKIT CLI in that case.* + +## Environment + - OS: + - Version of STACKIT CLI (see `stackit --version`): `vX.X.X` + +**Additional information** + +*Feel free to add any additional information here.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..0eb26f937 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for the STACKIT CLI +title: '' +labels: enhancement +assignees: '' + +--- + +## Problem description + +*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is. +Example: I'm always frustrated when [...]* + +## Proposed solution + +*A clear and concise description of what you want to happen.* + +## Alternative solutions (optional) + +*A clear and concise description of any alternative solutions or features you've considered. (optional)* + +## Additional information + +*Feel free to add any additional information here.*