*It's really recommended to create an issue by a template.*
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,24 @@
1
+
---
2
+
name: 🐛 Bug report
3
+
about: Create a report to help us improve
4
+
---
5
+
6
+
## 🐛 Bug Report
7
+
8
+
A clear and concise description of what the bug is.
9
+
10
+
## To Reproduce
11
+
12
+
Steps to reproduce the behavior.
13
+
14
+
## Expected behavior
15
+
16
+
A clear and concise description of what you expected to happen.
17
+
18
+
## Your Environment
19
+
20
+
-*os*:
21
+
-*extension settings*:
22
+
-*nodejs version*:
23
+
-*vscode version*:
24
+
-*extension version*:
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,16 @@
1
+
---
2
+
name: 🚀 Feature Proposal
3
+
about: Submit a proposal for a new feature
4
+
---
5
+
6
+
## 🚀 Feature Proposal
7
+
8
+
A clear and concise description of what the feature is.
9
+
10
+
## Motivation
11
+
12
+
Please outline the motivation for the proposal.
13
+
14
+
## Contribution
15
+
16
+
Please describe the solution if you'd like to submit a PR.
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,10 @@
1
+
---
2
+
name: 💬 Questions / Help
3
+
about: If you have questions, please check our documents first
4
+
---
5
+
6
+
Before you submit an question we recommend you to check out the [DOCUMENT](https://.com/jdneo/vscode-leetcode/blob/master/README.md) and [TROUBLESHOOTING PAGE](https://.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first.
0 commit comments