8000 chore: add github issue templates (#171) · drpuig/vscode-leetcode@d3d522a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3d522a

Browse files
poppinlpjdneo
authored andcommitted
chore: add github issue templates (LeetCode-OpenSource#171)
1 parent a39de3c commit d3d522a

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*It's really recommended to create an issue by a template.*

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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*:

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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://github.com/jdneo/vscode-leetcode/blob/master/README.md) and [TROUBLESHOOTING PAGE](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first.
7+
8+
## 💬 Questions and Help
9+
10+
Please outline the questions.

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ tslint.json
1212
**/*.gif
1313
ACKNOWLEDGEMENTS.md
1414
docs
15+
.github

0 commit comments

Comments
 (0)
0