Thank you for your interest in contributing to Harmony 2D Engine! Here are a few guidelines to help you get started:
- Fork the Repository: Click the "Fork" button on the top right corner of this page to create a copy of the repository on your GitHub account.
- Clone the Repository: Use
git clone
to clone your fork to your local machine. - Create a Branch: Create a new branch for your changes using
git checkout -b branch-name
. - Make Changes: Make your changes to the code.
- Commit Changes: Commit your changes with a descriptive commit message.
- Push Changes: Push your changes to your forked repository.
- Create a Pull Request: Go to the original repository and create a pull request.
- Coding Standards: Follow the coding style used in the project.
- Tests: Ensure that your changes include tests if applicable.
- Documentation: Update documentation to reflect any changes made.
- Commits: Write clear, concise commit messages.
Please read our Code of Conduct before contributing.
Thank you for contributing!