diff --git a/.gitlab/issue_templates/feature_development_template.md b/.gitlab/issue_templates/feature_development_template.md deleted file mode 100644 index 9a09b693594346cd7eefc324af3b7ad3c343b3b7..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..69f7ab2f8e73684b142d7d25092d6a90cfc2d062 --- /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.