From 8c9d7e81eaafc35a5338550f62cbfe6fd1eba0b6 Mon Sep 17 00:00:00 2001 From: many <VC6l9uBUTvTlcIjrI7sn> Date: Sun, 21 May 2023 22:41:44 +0200 Subject: [PATCH] update fr template --- .../feature_development_template.md | 22 ---------------- .gitlab/issue_templates/feature_request.md | 25 +++++++++++++++++++ 2 files changed, 25 insertions(+), 22 deletions(-) delete mode 100644 .gitlab/issue_templates/feature_development_template.md create mode 100644 .gitlab/issue_templates/feature_request.md diff --git a/.gitlab/issue_templates/feature_development_template.md b/.gitlab/issue_templates/feature_development_template.md deleted file mode 100644 index 9a09b693..00000000 --- a/.gitlab/issue_templates/feature_development_template.md +++ /dev/null @@ -1,22 +0,0 @@ -**Describe the feature** - -A clear and concise description of what the feature that should be implemented. - -**Development plan** - -- [ ] create feature branch from this issue '...' -- [ ] create submodule '....' -- [ ] implement test and methods '....' -- [ ] write merge-request - -**Expected outcome** - -A clear and concise description of what you expected to happen. - -**Screenshots** - -If applicable, add screenshots to help explain your problem. - -**Additional context** - -Add any other context about the problem here. diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 00000000..69f7ab2f --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,25 @@ +**Summary:** + +Provide a brief summary of the feature request. + +**Description:** + +Describe the desired feature in detail. Explain why you think it would be valuable to have this feature and how it would benefit the project or users. + +**Use Case:** + +Describe a specific use case or scenario where this feature would be useful. Provide examples or explain how it would improve the user experience or project functionality. + +**Proposed Solution:** + +If you have any ideas or suggestions on how the feature could be implemented, provide them here. +This can include high-level concepts, design mockups, or technical considerations. + +**Alternatives or Workarounds:** + +If there are any existing alternatives or workarounds to achieve the desired functionality, mention them here. +Explain why those options are not sufficient or why the proposed feature would be a better solution. + +**Additional Information:** + +Add any additional information that you think might be helpful, such as related issues, similar features in other projects, or any other relevant details. -- GitLab