Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.89 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.89 KB

👨‍💻 Prerequisite Skills to Contribute


💥 How to Contribute

PRs Welcome Open Source Love

  • Take a look at the existing Issues!
  • Choose an issue which you'll be working on. Finally, commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.

Style Guide for Git Commit Messages 📝

How you can add more value to your contribution logs:

  • Use the present tense. (Example: "Add feature" instead of "Added feature")
  • Use the imperative mood. (Example: "Move item to...", instead of "Moves item to...")
  • Limit the first line (also called the Subject Line) to 50 characters or fewer.
  • Capitalize the Subject Line.
  • Separate subject from body with a blank line.
  • Do not end the subject line with a period.
  • Wrap the body at 72 characters.
  • Use the body to explain the what, why, vs, and how.
  • Reference Issues and Pull Requests liberally after the first line.

💥 Issues

In order to discuss changes, you are welcome to open an issue about what you would like to contribute. Enhancements are always encouraged and appreciated.

All the best! 👍🏼

[built with love]