Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

45 lines (32 loc) · 1.19 KB

CONTRIBUTING.md

We request you to abide by the following guidelines while contributing to this repository.

Table of Contents

  1. Styleguides
  2. Pull Request Guide
  3. How Can I Contribute

Styleguides

Commit Messages

The commit messages should follow the following pattern:

update: Description # if a feature is updated or enchanced
feat: Description # if a new feature is added
fix: Description # if a bug is fixed

Issues

Note: Please do not file an issue to ask a question. You can ask questions here.

update: Description # if an update is required for a feature
bug: Description # if there is a bug in a particular feature
suggestion: Description # if you want to suggest a better way to implement a feature

Pull Requests

Pull requests should have:

  • A concise commit message.
  • A description of what was changed/added.

How Can I Contribute

You can contribute by:

  • Pull Requests
  • Reporting Bugs
  • Suggesting Enhancements
  • Code contribution

Thanks for your contribution!