Fix typo, add instruction to copy .env in CONTRIBUTING.md (#62)
This commit is contained in:
@ -1,16 +1,17 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Prerequistits| Minimum Version
|
Prerequisites | Minimum Version
|
||||||
|---|---|
|
|---|---|
|
||||||
node | ^8.11.x
|
node | ^8.11.x
|
||||||
[yarn](https://yarnpkg.com/en/) | ^1.3.0
|
[yarn](https://yarnpkg.com/en/) | ^1.3.0
|
||||||
|
|
||||||
|
|
||||||
1. Fork the repo
|
1. Fork the repo
|
||||||
2. clone locally
|
2. Clone locally
|
||||||
3. `yarn install`
|
3. `yarn install`
|
||||||
4. `git branch -b <your-branch-name>`
|
4. `git checkout branch -b <your-branch-name>`
|
||||||
5. `yarn develop`
|
5. `cp sample.env .env`
|
||||||
5. Make your changes
|
6. `yarn develop`
|
||||||
6. Make a PR
|
7. Make your changes
|
||||||
7. Bask in the glory of your accomplishments
|
8. Make a PR
|
||||||
|
9. Bask in the glory of your accomplishments
|
||||||
|
Reference in New Issue
Block a user