Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 566 Bytes

How to contribute?

Check the guidelines to submit your changes:

Add new feature, bug fixing or enhancement

If you want to add an enhancement, a new feature or bug fix, follow the steps to contribute:

Step 1: Fork the project.

Step 2: Always base your work on the project's main branch, naming your new branch according to the following guide:

Examples : feature/name or fix/name

Step 3: Make your changes and open a GitHub pull request.