diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..fe2f5fa8c57bf7b5c6940781641047c1b702e9ae --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,30 @@ +About you: +[Present yourself and your project you're working on with CamiTK] + + +Overview: +[Rewrite here a larger and more detailed restatement of your summary] + + +Steps to Reproduce: +[Write here the step - by - step process to reproduce the bug, including file to test(you can attach file on BugZilla / the forum)] + + +Actual VS Expected Result: +[Write here the result of the step - by - step process and explain why it is not what you expected] + + +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.) + +Interpretation & Possible fixes: +[Write here your interpretation of this bug] + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~bug + +CamiTK Version: +[Copy/Paste the output of `camitk-config -b` CamiTK Version part ] diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000000000000000000000000000000000000..c63d4e349c38a8fec73e3fb766ade324748f6577 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,15 @@ +About you: +[Present yourself and your project you're working on with CamiTK] + +Product: +[Specify which part of framework is concerned] + +Overview: +[Rewrite here a larger and more detailed restatement of your summary] + +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.) + +/label ~feature_request