From 1c4d0980ed3a0e4c0e37a63e4b464a5c902d114e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20H=C3=B6nle?= Date: Fri, 28 Mar 2025 13:00:19 +0100 Subject: [PATCH] chore(github): add issue templates relates to STACKITTPR-138 --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 ++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.*