Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.15 KB

Contributing to H2DE

Thank you for your interest in contributing to Harmony 2D Engine! Here are a few guidelines to help you get started:

How to Contribute

  1. 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.
  2. Clone the Repository: Use git clone to clone your fork to your local machine.
  3. Create a Branch: Create a new branch for your changes using git checkout -b branch-name.
  4. Make Changes: Make your changes to the code.
  5. Commit Changes: Commit your changes with a descriptive commit message.
  6. Push Changes: Push your changes to your forked repository.
  7. Create a Pull Request: Go to the original repository and create a pull request.

Guidelines

  • 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.

Code of Conduct

Please read our Code of Conduct before contributing.

Thank you for contributing!