diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000..86e87ce7aa --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,31 @@ +## Summary + + +## System Information + +- **Operating system:** +- **Processor architecture:** +- **Compiler version:** +- **Device:** + +## Steps to reproduce + + +## Example Project + + +## What is the current bug behavior? + + +## What is the expected (correct) behavior? + + +## Relevant logs and/or screenshots + + +## Possible fixes + diff --git a/.gitlab/merge_request_templates/Compiler.md b/.gitlab/merge_request_templates/Compiler.md new file mode 100644 index 0000000000..cd40c0c24b --- /dev/null +++ b/.gitlab/merge_request_templates/Compiler.md @@ -0,0 +1,18 @@ +## Summary + + +## System + +- **Operating system:** +- **Processor architecture:** +- **Device:** + +## What is the current bug behavior? + + +## What is the behavior after applying this patch? + + +## Relevant logs and/or screenshots +