Skip to content

Commit 8c76bb8

Browse files
committed
Update CONTRIBUTING
1 parent d92a757 commit 8c76bb8

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CONTRIBUTING.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
## Install
1+
## How to contribute to LIFF Inspector
22

3-
<!-- WIP -->
4-
<!-- ```sh
5-
$ git clone
3+
First of all, thank you so much for taking your time to contribute! We always welcome your ideas and feedback. Please feel free to make any pull requests.
4+
5+
- File an issue in [the issue tracker](https://github.com/line/liff-inspector/issues) to report bugs and propose new features and improvements.
6+
- Ask a question using [the issue tracker](https://github.com/line/liff-inspector/issues).
7+
- Contribute your work by sending [a pull request](https://github.com/line/liff-inspector/pulls).
8+
9+
### Setting up LIFF Inspector for development
10+
11+
```bash
12+
$ git clone [email protected]:line/liff-inspector.git
613
$ cd liff-inspector
714
$ nvm use
8-
$ npm install --ws
9-
``` -->
15+
$ npm install
16+
```

0 commit comments

Comments
 (0)