Skip to content

Commit 5edddf6

Browse files
author
Devoid Void
committed
add contributing
1 parent 25d6de4 commit 5edddf6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,26 @@ This folder contains the implementation done with [vuex-typex](https://github.co
1212

1313
## Usage
1414

15-
### vuex-typescript
15+
### For [vuex-typescript](https://github.com/istrib/vuex-typescript)
1616

1717
```
1818
cd .\vuex-typescript\
1919
npm install
2020
poi .\src\index.ts
2121
```
2222

23-
### vuex-typex
23+
### For [vuex-typex](https://github.com/mrcrowl/vuex-typex)
2424

2525
```
2626
cd .\vuex-typex\
2727
npm install
2828
poi .\src\index.ts
29-
```
29+
```
30+
31+
## Contributing
32+
33+
1. Fork it!
34+
2. Create your feature branch: `git checkout -b my-new-feature`
35+
3. Commit your changes: `git commit -am 'Add some feature'`
36+
4. Push to the branch: `git push origin my-new-feature`
37+
5. Submit a pull request !

0 commit comments

Comments
 (0)