Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.18 KB

File metadata and controls

65 lines (46 loc) · 2.18 KB

Contributing to GarlicBreeder

Thank you for considering contributing to GarlicBreeder! Your contributions help improve the project, and we appreciate your efforts.

Table of Contents

Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

How to Contribute

Reporting Bugs

If you encounter any bugs, please open an issue in the GitHub repository. Be sure to include:

  • A clear and descriptive title.
  • Steps to reproduce the issue.
  • Your environment details (e.g., OS, Java version, Minecraft version).
  • Any error messages or logs.

Suggesting Enhancements

We welcome suggestions to improve GarlicBreeder! To suggest an enhancement:

  1. Check if there is an existing issue for your suggestion.
  2. If not, open a new issue with the following details:
    • A descriptive title.
    • A detailed description of the enhancement.
    • Any relevant context or screenshots.

Submitting Pull Requests

To submit a pull request:

  1. Fork the repository.

  2. Create a new branch from main (e.g., feature/my-new-feature).

  3. Make your changes in the new branch.

  4. Test your changes thoroughly.

  5. Commit your changes with a descriptive message.

  6. Push your changes to your fork.

  7. Open a pull request in the original repository.

    • Ensure you fill out the Pull Request Template provided, which will guide you through the required information.
    • Your pull request will be reviewed by the maintainers. Please be patient, as it may take some time to receive feedback.

Development Setup

To set up your development environment:

  1. Clone the repository:
    git clone https://github.com/GarlicRot/GarlicBreeder.git