Skip to content

mcAnastasiou/candidate-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Candidate tests

Process

Fork this repo, and clone it on your local environment
git clone [email protected]:<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.

Things to avoid

  • 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.

Do your magic!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Io 100.0%