Skip to content

Commit 348af09

Browse files
committed
Add issue template.
Signed-off-by: Eric Wang <[email protected]>
1 parent d5190a1 commit 348af09

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!---
2+
Before submit please try followings to see if your problem is gone:
3+
4+
1. login agian:
5+
```
6+
leetcode login -l
7+
```
8+
9+
2. run the latest code:
10+
```
11+
cd <your local repo>
12+
git pull --rebase origin master
13+
./bin/install // install globally, OR
14+
./bin/leetcode <command> // run the command locally
15+
```
16+
-->
17+
18+
### Problem Summary
19+
<!--- describe what's going wrong -->
20+
21+
### How to reproduce
22+
<!--- more details will help a lot, e.g.
23+
1. which command failed, what parameters used
24+
2. actual/expected output
25+
3. if possible, run command with "-vv" will give more outputs of the HTTP data, do REMEMBER to delete your cookies before paste here!!
26+
-->
27+
28+
### Environment
29+
<!--- if using latest code, you could get those info in `leetcode version -v`
30+
-->
31+
- OS version:
32+
- Node version:
33+
- Npm version:

0 commit comments

Comments
 (0)