Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.14 KB

File metadata and controls

35 lines (23 loc) · 1.14 KB

Contributing to OmegaWare-Addons

Thank you for your interest in contributing!

License

By contributing, you agree that your code will be licensed under the GNU GPL-3.0 License.

Branch Policy

  • The main and active branch is 1.21.4.
  • All contributions must be made to the 1.21.4 branch first.
  • After changes are made to 1.21.4, merge them into the other version branches and resolve any incompatibilities.

Contribution Steps

  1. Make your changes to the 1.21.4 branch.
  2. Merge the changes from 1.21.4 into the other version branches.
    Fix any issues or incompatibilities that arise.
  3. Create a pull request (PR) for each branch you have updated.

Guidelines

  • Fork the repository and create your feature branch from 1.21.4.
  • Follow the existing code style and document your code.
  • Test your changes before submitting.
  • Use clear and descriptive commit messages.
  • Reference related issues in your PR description if applicable.

Reporting Issues

  • Use the GitHub Issues tab to report bugs or request features.
  • Provide as much detail as possible.

Thank you for helping improve OmegaWare-Addons!