human/CONTRIBUTING

19 lines
610 B
Plaintext
Raw Normal View History

2021-02-08 19:20:37 +01:00
# Human Library: Contributing Guidelines
2021-03-17 19:35:11 +01:00
Pull requests from everyone are welcome
Procedure for contributing:
2021-03-17 19:45:15 +01:00
2021-03-17 19:35:11 +01:00
- Create a fork of the repository on github
In a top right corner of a GitHub, select "Fork"
- Clone your forked repository to your local system
`git clone https://github.com/<your-username>/<your-fork>
- Make your changes
- Test your changes against code guidelines
`npm run lint`
- Push changes to your fork
- Submit a PR (pull request) to `Human`
<https://github.com/vladmandic/human/pulls>
Your pull request will be reviewed and pending review results, merged into main branch