Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 02ae384

Browse files
committed
Update contributing guide
1 parent 941dab9 commit 02ae384

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CONTRIBUTING.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
You can contribute by:
44

5-
* Reporting Bugs.
6-
* Answering Issues and helping people.
7-
* Making the Documentation better.
8-
* Fixing issues or adding new features through Pull Requests.
5+
- Reporting Bugs.
6+
- Answering Issues and helping people.
7+
- Making the Documentation better.
8+
- Fixing issues or adding new features through Pull Requests.
99

1010
## Local setup
1111

1212
1. Fork and clone it
13-
2. `npm install && npm link react-native-material-bottom-navigation`
14-
3. `cd examples/Playground && npm install && npm link`
13+
2. `npm install && npm link`
14+
3. `cd examples/Playground && npm install && npm link react-native-material-bottom-navigation`
1515

16-
## Run tests
16+
## Run tests & lint files
1717

1818
1. `npm test`
19+
2. `npm run lint`
1920

2021
## Run the example app
2122

0 commit comments

Comments
 (0)