Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (23 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

25 lines (23 loc) · 1.14 KB

Rules To Be Strictly Followed

  1. Don't commit changes to master branch, rather check How to Work as a Contributor here
  2. Add subdirectories if same code has different implementations with same dependencies and language
  3. README.md file must exists in every directory (not subdirectories if exists) like this
  4. OPTIONAL: Code must be commented
  5. Projects should be added in correct path

How to Work as a Contributor

  1. Create a branch at local repository
 git checkout -b <enter_branch_name>
  1. Commit all the changes to current branches
  2. Test and run
  3. Finally, when everything is done push the current branch to origin
git push origin <enter_branch_name>
  1. Compare and create new pull request

Readme Rule (only for Contributors)

A readme should contain the following

  • Project Description
  • How to setup, with text (commands) and screen shots for example check this readme