Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.27 KB

Contributing to My Spigot Chat Plugin

We welcome all contributions that align with our goals of making the plugin better for its users. To get started, please read the following guidelines:

Reporting Issues

If you encounter any issues with the plugin, please report them in the GitHub issue tracker. Please include as much detail as possible, including steps to reproduce the issue and any relevant error messages.

Making Changes

If you'd like to make changes to the plugin, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes
  4. Test your changes to ensure they don't break anything
  5. Submit a pull request

Please be sure to include a detailed description of your changes in your pull request. We'll review your changes as soon as possible and provide feedback.

Code Style

We follow the Java code style guidelines established by Google Java Style Guide. Please make sure your code adheres to these guidelines before submitting a pull request.

License

By contributing to PrismaCHat, you agree that your contributions will be licensed under the MIT License. Please see the LICENSE file for more information.