Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.41 KB

Contributing to EternalCombat

We welcome all contributions to the EternalCombat project!

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes, and test them thoroughly.
  4. Commit your changes and push them to your fork.
  5. Submit a pull request to the main repository.

Code of Conduct

We expect all contributors to follow our code of conduct.

Reporting Issues

If you find an issue with the plugin, please report it in the Issues tab. Please provide as much information as possible, including the version of Minecraft and the plugin you are using, as well as any error messages or logs.

Compatibility

CombatLog has been tested on versions 1.17.1 - 1.19.3, but probably works on most versions of Minecraft. If you find compatibility issues, please report them in the Issues tab. CombatLog uses java 11+, so you need to have it installed on your server.

Submitting a Pull Request

When submitting a pull request, please make sure to follow these guidelines:

  • Make sure that your code adheres to the plugin's existing coding style.
  • Test your changes thoroughly before submitting the pull request.
  • If your pull request is related to an existing issue, please reference the issue in your pull request.
  • Thank you for your contributions to the EternalCombat project!