There are various ways you can contribute to the GAME SDK, whether it's fixing bugs, adding new plugins, or improving the documentation.
- Fork the repository and clone it to your local machine.
- Create a Branch for your changes.
- Make Changes to address the issue or add the feature.
- Commit with a message that clearly explains your change.
- Push the branch to your fork and submit a pull request.
- Label the pull request appropriately based on the label definitions
- Open an issue in the Issues tab and tag it as a
bug
.
- Open an issue in the Issues tab and tag it as an
enhancement
.
Please tag issues and pull requests appropriately, based on the definition below:
- plugin: A plugin contribution.
- bug: A problem that needs fixing.
- enhancement: A requested enhancement.
- help wanted: A task that is open for anyone to work on.
- documentation: Documentation changes.