Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

30 lines (25 loc) · 1.29 KB

Contributing

We appreciate your interest in contributing. To ensure a smooth collaboration, please review the following guidelines.

How to Contribute

  1. Get the latest version of the repository:
    • For the first time: Fork the repository. Clone the forked repository to your local machine.
    • For the second time: Sync your fork with the main repository.
  2. Create a new branch for your changes:
    git checkout -b feature/new-feature
  3. Make your changes and commit them:
    git commit -m "Add a concise commit message"
  4. Push your changes to your fork:
    git push origin feature/new-feature
  5. Open a pull request to the main repository on the main branch.

Code Style