Fork this repo, and clone it on your local environment
git clone git@github.com:<your-github-username>/candidate-tests.git
Enter the created folder
cd ./candidate-tests
Create a branch named after your fullname
git checkout -b yourfullname
When you are done please commit your code and push your branch
git add .
git commit -m 'Enter your commit comment here'
git push origin yourfullname
And then create a pull request from your repository `/candidate-tests` branch to `PeoplePerHour/candidate-tests/master` branch.
Just don't forget to send us a message that you have committed your code.
- Long PRs, code must be as simpler as it could be.
- Over-complicated
- Over-engineered
- Copy-pasting code from other libraries, without fully understanding what it does.
- Not asking for clarification. If something is unclear please go ahead and ask us.
Important Note: If you need any clarification, please create a new issue and we will respond asap.