From ecc195e38e7a5192ebd12a46a23d40283c01dc43 Mon Sep 17 00:00:00 2001 From: anyreso Date: Sun, 7 Apr 2024 14:53:44 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/issue_templates/Bug.md | 38 ++++++++++++++++++++++ .gitlab/issue_templates/Feature Request.md | 33 +++++++++++++++++++ .gitlab/merge_request_templates/Default.md | 13 ++++++++ 3 files changed, 84 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature Request.md create mode 100644 .gitlab/merge_request_templates/Default.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..1fdd98c --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,38 @@ + + +## Summary + + + +## Steps to reproduce + + + +## What is the current *bug* behavior? + + + +## What is the expected *correct* behavior? + + + +## Relevant logs and/or screenshots + + + +## Possible fixes + + + +/cc @anyreso +/label ~bug diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 0000000..8011a59 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,33 @@ + + +## Summary + + + +## How do you envision this feature ? + + + +## Why is it important to you ? + + + +## Impact of non-completion + + + +## Other links / references + + + +/cc @anyreso +/label ~feature diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..7ca6aa4 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,13 @@ +## Description + + + +## Related Issues + + + +## Screenshots + + + +/cc @anyreso