face-api/CONTRIBUTING

18 lines
538 B
Plaintext
Raw Permalink Normal View History

2021-03-18 16:59:18 +01:00
# Contributing Guidelines
2021-03-14 19:19:42 +01:00
2021-03-18 11:34:38 +01:00
Pull requests from everyone are welcome
Procedure for contributing:
- 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
2021-03-18 16:59:18 +01:00
- Submit a PR (pull request)
2021-03-18 11:34:38 +01:00
Your pull request will be reviewed and pending review results, merged into main branch