diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 0000000000000000000000000000000000000000..1cf454c34da1dace818222c11393fb82e51b1067 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,29 @@ +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) diff --git a/.gitlab/issue_templates/suggestion.md b/.gitlab/issue_templates/suggestion.md new file mode 100644 index 0000000000000000000000000000000000000000..919cbbf8a2748e1280377fc917ab72d42a01dbb6 --- /dev/null +++ b/.gitlab/issue_templates/suggestion.md @@ -0,0 +1,20 @@ +Summary + +(Summarize the suggestion concisely) + + +What does it provide ? + +(What is the goal of this suggestion) + + +Why is it needed ? + +(Explain the motivation of the suggestion) + + +Relevant links / references + +(Paste any relevant links / image for the implementation of the suggestion) + +/label ~suggestion \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000000000000000000000000000000000000..96e0eb1909eec4adf9005fd6d3b13e4e4adeb3b8 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,8 @@ +Summary + +(Summarize the content of the merge request) + + +Relevant issue(s) fixed + +(list all issues fixed by that merge request if any)