Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 609 Bytes

Contribution Guidelines

  • Go through the issues outlined
  • Ask for clarification if need be
  • If the issue is unassigned (mostly, it will have a label help-needed), it means it's up for grabs.
  • Make a fork of the repo to your account
  • Clone your fork
  • Create a branch named <issue-number>-<short-title> e.g. 5-sorting-algorithms for issue #5
  • Once done, do a PR against this repository's master branch
  • The PR will be reviewed by at least 2 members of the team and merged

Suggested Commit Format

docs(<topic>): <brief title>

<some description if necessary>
closes #<issue-number>