Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

50 lines (30 loc) · 1.75 KB

Contributing to Garbo

Thank you for considering contributing to Garbo! We welcome contributions from the community and are excited to see what you can bring to the project.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your own GitHub account.

  2. Clone Your Fork: Clone your forked repository to your local machine.

    git clone https://github.com/klimatbyran/garbo.git
    cd garbo
  3. Create a Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature/your-feature-name
  4. Make Changes: Make your changes in the codebase. Ensure your code follows the project's coding standards and passes all tests.

  5. Commit Your Changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "feat: your feature description"
  6. Push to Your Fork: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  7. Create a Pull Request: Go to the original repository and create a pull request from your forked branch. Provide a clear description of your changes and why they are necessary.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Reporting Issues

If you encounter any issues or bugs, please report them using the GitHub issue tracker. Provide as much detail as possible to help us understand and resolve the issue quickly.

Contact

If you have any questions or need further assistance, feel free to reach out to the maintainers at [email protected].

Thank you for your contributions!