diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5e205c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +_A clear and concise description of what the bug is._ + +**To Reproduce** +_Steps to reproduce the behavior:_ +1. _e.g. Go to "..."_ + +**Expected behavior** +_A clear and concise description of what you expected to happen._ + +**Screenshots** +_If applicable, add screenshots to help explain your problem._ + +**Platform** +- OS: _e.g. MacOS Sequoia 15.0.1_ +- Visual Studio Code version: _e.g. 1.94.1_ +- Extension version: _e.g. v0.11.0_ + +**Additional context** +_Add any other context about the problem here._