diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 8d48115..42dcbf6 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -42,5 +42,5 @@ logs, and code as it's tough to read otherwise.) (If you can, link to the line of code that might be responsible for the problem) -/label ~bug +/label ~type::bug /cc @project-manager diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md new file mode 100644 index 0000000..84a3fcc --- /dev/null +++ b/.gitlab/issue_templates/Documentation.md @@ -0,0 +1,30 @@ +### Problem to solve + + + +### Further details + + + +### Proposal + + + +### Who can address the issue + + + +### Other links/references + + + +/label ~type::documentation +/cc @project-manager diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md new file mode 100644 index 0000000..c5d164b --- /dev/null +++ b/.gitlab/issue_templates/Feature Proposal.md @@ -0,0 +1,18 @@ +### Problem to solve + + + + +### Proposal + + + +### Further details + + + + +### Links / references + +/label ~type::feature request +/cc @project-manager diff --git a/.gitlab/issue_templates/Refactoring.md b/.gitlab/issue_templates/Refactoring.md new file mode 100644 index 0000000..220ea61 --- /dev/null +++ b/.gitlab/issue_templates/Refactoring.md @@ -0,0 +1,34 @@ +## Summary + + + +## Improvements + + + +## Risks + + + +## Involved components + + + +## Optional: Intended side effects + + + + +/label ~type::refactoring +/cc @project-manager