diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..967186030 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,43 @@ + + +/label ~"Type: Bug" ~"Status: Need triage" + +## Steps to reproduce + + + +## What happens? + + + +## What is expected? + + + +## Context + + diff --git a/.gitlab/issue_templates/Feature request.md b/.gitlab/issue_templates/Feature request.md new file mode 100644 index 000000000..404f9c9de --- /dev/null +++ b/.gitlab/issue_templates/Feature request.md @@ -0,0 +1,39 @@ + + +/label ~"Type: New feature" ~"Status: Need triage" + +## What is the problem you are facing? + + + +## What are the possible drawbacks or issues with the requested changes? + + + +## Context + + diff --git a/changes/changelog.d/299.misc b/changes/changelog.d/299.misc new file mode 100644 index 000000000..4a9d2065b --- /dev/null +++ b/changes/changelog.d/299.misc @@ -0,0 +1 @@ +Added bug and feature issue templates (#299)