From e0f4eb89c9d503f32b359dcdea73b34b6e50f3cf Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 20 Sep 2020 22:34:00 -0400 Subject: [PATCH] Add issue templates --- .gitlab/issue_templates/Bug.md | 22 ++++++++++++++++++++++ .gitlab/issue_templates/New Feature.md | 13 +++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/New Feature.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000000..bc3cde3d0ec --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,22 @@ +## Summary +(Summarize the bug encountered concisely) + +## Steps to reproduce +(How one can reproduce the issue - this is very important) + +## What is the expected correct behavior? +(What you should see instead) + +## Environment +``` + +(Please open `Help->About Alchemy` and click Copy to Clipboard then paste its contents here) + + +``` +## Relevant logs and/or screenshots +(Attach or paste any relevant logs - please use code blocks (```) to format console output, +logs, and code as it's very hard to read otherwise.) + + +/label ~Type::Bug ~Status::Awaiting-Investigation diff --git a/.gitlab/issue_templates/New Feature.md b/.gitlab/issue_templates/New Feature.md new file mode 100644 index 00000000000..726ccd99ef9 --- /dev/null +++ b/.gitlab/issue_templates/New Feature.md @@ -0,0 +1,13 @@ +## Summary +(Summarize the requested feature concisely.) + +## How would you like the feature to work? +(Describe how the feature should function in as much detail as possible.) + +## Why is this feature important to you? How would it benefit the community? +(Provide reasoning as to why the feature is important to you, and ways it could benefit the larger Alchemy Viewer community.) + +## Screenshots, Mockups, etc +(Attach or paste any relevant screenshots or mockups.) + +/label ~Type::New Feature ~Status::Awaiting-Investigation \ No newline at end of file -- GitLab