Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 880 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 880 Bytes

Contributing: Who/What/Why/When/How?

Who

Anyone!

What

Anything that will benefit the project and users of the project.

Examples include: New features, bug fixes, refactoring, documentation, tests, etc. ...

Why

  • Improvements to the project benefits all users of the project
  • More contributions = more interest = even more contributions = even more interest
  • Because you love coding
  • It will add to the Contribution activity section in your GitHub personal account
  • To demonstrate your awesome software development abilities

When

Anytime you see an opportunity to do so.

How

  • Fork the repository on GitHub
  • Create a topic branch from where you want to base your work (usually master).
  • Make commits of logical units.
  • Push your changes to a topic branch in your fork of the repository.
  • Submit a pull request to the original repository.