diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..6055b3cf3a61bb6df5ac4e5cb832405d41536eba --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,37 @@ +Calling host: lasXXX.las.kit.edu (Fedora XX) + +Failing nodes: lasXXX, lasXXX + +Summary + +(Summarize the bug encountered concisely) + + +Steps to reproduce + +(How one can reproduce the issue - this is very important) + + +What is the current bug behavior? + +(What actually happens) + + +What is the expected correct behavior? + +(What you should see instead) + + +Relevant logs and/or screenshots + +(Paste any relevant logs - please use code blocks (```) to format console output, +logs, and code as it's very hard to read otherwise.) + + +Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~bug +/cc @project-manager + diff --git a/.gitlab/issue_templates/Software-request.md b/.gitlab/issue_templates/Software-request.md new file mode 100644 index 0000000000000000000000000000000000000000..b4efde06c6ce4cf4c0b078bb927b5c2bbcd9f400 --- /dev/null +++ b/.gitlab/issue_templates/Software-request.md @@ -0,0 +1,12 @@ +Host: lasXXX.las.kit.edu + +OS: Fedora XX + +Software name: + +Software installation instruction if not in repos: + +Possibly also interesting for: + +/label ~softwarerequest ~suggestion +/cc @project-manager