From 32b02419e9b1b8a75a2390095261d6656bd62731 Mon Sep 17 00:00:00 2001 From: Josh Wolf <josh@joshwolf.dev> Date: Wed, 3 Feb 2021 14:34:22 -0700 Subject: [PATCH] chore: add gitlab issue templates for bug and feature requests --- .gitlab/issue_templates/bug.md | 11 +++++++++++ .gitlab/issue_templates/feature_request.md | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitlab/issue_templates/bug.md create mode 100644 .gitlab/issue_templates/feature_request.md diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000000..9149ebfad9 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,11 @@ +# Bug + +## Description + +Describe the problem, what were you doing when you noticed the bug? + +Provide any steps possible used to reproduce the error (ideally in an isolated fashion). + +## BigBang Version + +What version of BigBang were you running? diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 0000000000..0a4c3e3fd3 --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,13 @@ +# Feature Request + +## Why + +What is the use case for the feature you are requesting? What are you trying to solve? + +The more detail here the better! + +## Proposed Solution + +If possible, provide details on the proposed solution. + +If your proposed solution _changes_ the existing behavior of a feature, please outline why your approach is recommended/better. -- GitLab