Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 562 Bytes

Contributing Guide

Thank you for your interest in improving this project! We welcome any help in development.

How to propose changes

  1. Create a branch: create a new branch for your feature or fix.

    git checkout -b branch_name
  2. Make changes: make your changes and commit them.

    git commit -m "Brief description of changes"
  3. Push the branch: push your branch to GitHub.

    git push origin branch_name
  4. Create a Pull Request: propose your Pull Request to the dev branch of our repository.