2018-04-16 09:56:33 +01:00
|
|
|
# Contributing
|
|
|
|
|
2018-05-19 04:34:47 +07:00
|
|
|
Prerequisites | Minimum Version
|
2018-05-11 10:55:55 +01:00
|
|
|
|---|---|
|
|
|
|
node | ^8.11.x
|
|
|
|
[yarn](https://yarnpkg.com/en/) | ^1.3.0
|
|
|
|
|
|
|
|
|
2018-04-16 09:56:33 +01:00
|
|
|
1. Fork the repo
|
2018-05-19 04:34:47 +07:00
|
|
|
2. Clone locally
|
2018-04-16 09:56:33 +01:00
|
|
|
3. `yarn install`
|
2018-05-19 22:00:29 +01:00
|
|
|
4. `git checkout -b <your-branch-name>`
|
2018-05-19 04:34:47 +07:00
|
|
|
5. `cp sample.env .env`
|
|
|
|
6. `yarn develop`
|
|
|
|
7. Make your changes
|
|
|
|
8. Make a PR
|
|
|
|
9. Bask in the glory of your accomplishments
|