diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000000000000000000000000000000000000..9149ebfad961017368c20ab80be425b42b6f1584 --- /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 0000000000000000000000000000000000000000..0a4c3e3fd31ff1fa96a8def97782a9753a8064d6 --- /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.