Skip to content

Commit

Permalink
chore: add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Feb 7, 2023
1 parent c6d3720 commit f4484b9
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: For bugs that exist in markmap for VSCode
title: "[BUG] "
labels: bug
assignees: ''
---

- [ ] I have searched for existing issues that already reported this problem and found none
- [ ] The bug for the VSCode plugin
<!-- Note: for bugs in the REPL, please report to https://github.com/markmap/markmap -->
- [ ] The bug is also present in [the web version of VSCode](https://vscode.dev) or GitHub Codespaces

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

<!-- Note that issues without a reproduction may be closed immediately! -->

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Actual behavior**

<!-- If applicable, add screenshots to help explain your problem. -->

**Environment:**

- OS: [e.g. macOS]

**Additional context**

<!-- Add any other context about the problem here. -->

0 comments on commit f4484b9

Please sign in to comment.