diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..0ab33eee8552a06bdb73e8892dae31e5b14e1043 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,7 @@ +## What was the cause of the issue? + +## Steps to reproduce + +## Output of error log + +## Add some screenshots \ No newline at end of file diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000000000000000000000000000000000000..6ade8341ddf4097d18dad87f344e2b7034875d07 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,5 @@ +## What kind of feature do you want? + +## What are the benefits? + +## Add some use case \ No newline at end of file diff --git a/.gitlab/issue_templates/Suggestion.md b/.gitlab/issue_templates/Suggestion.md new file mode 100644 index 0000000000000000000000000000000000000000..c474ed8d9b0b10ed7ad12b23ff0321b20dccf3e9 --- /dev/null +++ b/.gitlab/issue_templates/Suggestion.md @@ -0,0 +1,5 @@ +## What do you suggest? + +## Why? + +## Add an use case \ No newline at end of file