rtex-engine/CONTRIBUTING.md
2022-12-27 00:36:47 -05:00

1.4 KiB

Contributing to RTEX Engine

Thank you for considering contributing to RTEX Engine! We welcome and appreciate all contributions, whether they be bug reports, feature requests, or code contributions.

Code of Conduct

We ask that all contributors adhere to our Code of Conduct. By participating in this project, you agree to abide by its terms.

How to Contribute

Here are some ways you can contribute to RTEX Engine:

  • Report bugs or request features by opening an issue on the RTEX Engine repository.
  • Contribute code by creating a pull request on the RTEX Engine repository. Please make sure to follow the guidelines below when creating a pull request.

Pull Request Guidelines

  • Before submitting a pull request, please make sure to complete the following steps:
    • Test your changes to ensure that they work as intended.
    • Update the documentation, if necessary.
    • Follow the project's coding style and conventions.
    • Squash your commits into a single commit (if necessary).
    • Rebase your branch on the latest version of the master branch.

RTEX Engine is copyright Nosial and is licensed under the MIT License. Please see the LICENSE file for more information.

By contributing to RTEX Engine, you agree to release your contributions under the MIT License.