diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..63f76b3ec2ead1e8991c6291a56d2872379f1c94 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,36 @@ + + +### 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 + +(Logs can be found by running `Developer: Show Logs ...` command (using `cmd+shift+p`) and selecting `Extension Host`) + +### Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~bug ~"devops::create" ~"group::editor" ~"Category:Editor Extension" ~"VS Code" diff --git a/.gitlab/issue_templates/Feature Proposal.md b/.gitlab/issue_templates/Feature Proposal.md new file mode 100644 index 0000000000000000000000000000000000000000..c71a677f1375a17ec8dda5c14da2f62982cd6791 --- /dev/null +++ b/.gitlab/issue_templates/Feature Proposal.md @@ -0,0 +1,27 @@ + + +### Problem to solve + + + + +### Proposal + + + +### Further details + + + +### Links / references + +/label ~feature ~"devops::create" ~"group::editor" ~"Category:Editor Extension" ~"VS Code"