From c5c1d2177007ad94e13024a0a2ca8ebd15f4f3b6 Mon Sep 17 00:00:00 2001 From: Davide Bellone Date: Mon, 15 Jan 2024 11:32:20 +0100 Subject: [PATCH] Updated Issue template --- .../ISSUE_TEMPLATE/new-cli-command-request.md | 5 +---- .github/ISSUE_TEMPLATE/technical-improvement.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/technical-improvement.md diff --git a/.github/ISSUE_TEMPLATE/new-cli-command-request.md b/.github/ISSUE_TEMPLATE/new-cli-command-request.md index 026453e..23ad458 100644 --- a/.github/ISSUE_TEMPLATE/new-cli-command-request.md +++ b/.github/ISSUE_TEMPLATE/new-cli-command-request.md @@ -1,7 +1,7 @@ --- name: New CLI command request about: Suggest an idea for this project -title: '' +title: 'New command: ' labels: enhancement assignees: bellons91 @@ -13,8 +13,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - **Additional context** Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/technical-improvement.md b/.github/ISSUE_TEMPLATE/technical-improvement.md new file mode 100644 index 0000000..fad92f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical-improvement.md @@ -0,0 +1,17 @@ +--- +name: Technical improvement +about: Suggest an idea for this project +title: 'Improvement: ' +labels: enhancement +assignees: bellons91 + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.