From 5a5a2042efcd8b7ef6a73de9ea97d00e11aa51cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20H=C3=B6nle?= Date: Fri, 28 Mar 2025 13:17:13 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.*