Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (26 loc) · 883 Bytes

Contributing to Project Name

We welcome contributions to this project! Here's how you can help:

How to Contribute

  1. Fork the repository to your own GitHub account.
  2. Clone your fork to your local machine:
    git clone <your-fork-url>
  3. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  4. Make your changes and commit them with a descriptive message:
    git commit -m "Add new feature"
  5. Push your changes to your forked repository:
    git push origin feature-name
  6. Submit a pull request to the main repository.

Code of Conduct

Please make sure to follow our Code of Conduct.

Issues

If you find a bug or have a feature request, please create an issue here.

Thank you for your contributions!