From e77bf0f3bd38071b6b635750896b1e27e6d09c40 Mon Sep 17 00:00:00 2001 From: Bi0T1N <9175580-Bi0T1N@users.noreply.gitlab.com> Date: Sun, 26 Sep 2021 14:35:30 +0200 Subject: [PATCH] Add two more templates to show the possibilities --- .gitlab/issue_templates/Feature Request.md | 14 ++++++++++++++ .gitlab/merge_request_templates/Packages.md | 15 +++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .gitlab/issue_templates/Feature Request.md create mode 100644 .gitlab/merge_request_templates/Packages.md diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 0000000000..2387d65679 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,14 @@ +## Summary + + +## System Information + +- **Operating system:** +- **Processor architecture:** +- **Device:** + +## Example Project + + +## Relevant 3rd party information + diff --git a/.gitlab/merge_request_templates/Packages.md b/.gitlab/merge_request_templates/Packages.md new file mode 100644 index 0000000000..2d43ce6f94 --- /dev/null +++ b/.gitlab/merge_request_templates/Packages.md @@ -0,0 +1,15 @@ +## Summary + + +## What is the current bug behavior? + + +## What is the behavior after applying this patch? + + +## Relevant logs and/or screenshots + + + +/label ~Packages