Skip to content

Commit 4e1469c

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

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Before submit please try followings to see if your problem is gone:
33
44
1. login agian:
55
```
6-
leetcode login -l
6+
leetcode login -l
77
```
88
99
2. run the latest code:
1010
```
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
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
1515
```
1616
-->
1717

@@ -26,8 +26,10 @@ Before submit please try followings to see if your problem is gone:
2626
-->
2727

2828
### Environment
29-
<!--- if using latest code, you could get those info in `leetcode version -v`
30-
-->
29+
<!--- if using latest code, you could get those info in `leetcode version -v` -->
30+
<!--- if installed from git repo, please also provide last commit: `git rev-parse HEAD` -->
31+
- leetcode-cli version:
32+
<!--- e.g. mac 10.11, ubuntu 16.04, win7, etc -->
3133
- OS version:
3234
- Node version:
3335
- Npm version:

0 commit comments

Comments
 (0)