Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.21 KB

Contributing

Thank you so much for showing interest in contributing to this project. All the contributions are welcome!

How can I contribute?

If you have an awesome new feature that you want to implement, or you found a bug that you would like to fix, here are some instructions to guide you through the process:

  • Fork the repo to your account
  • Clone this repository
  • Implement the required changes
  • Write test cases for code coverage
  • Submit a pull request with a unit/integration test on master branch.

Guidelines

Git commit messages

  • Limit the subject line to 72 characters
  • Capitalize the first letter of the subject line
  • Separate the subject from the body with a blank line
  • Reference issues and pull requests in the body

Coding style guide

We are using ESLint to ensure a consistent code style in the project, based on Airbnb's JS style guide. Some other ESLint plugins are also being used, such as Jest plugins.

Please make sure the code you are pushing conforms to the style guides mentioned above.

Thank you once again for your contribution!