We love to receive contributions from the community and are grateful for any input you can provide to improve our project.
The following are some guidelines to help you during the contribution process.
Bug reports are a significant part of making this plugin's development progress, and we appreciate any bug report that users can open.
Please ensure you include:
- A clear description of the issue.
- Details on how to reproduce the problem.
- Information about the version of the plugin and the environment in which you are working.
We are open to new ideas to improve our project. If you have a feature proposal, please:
- Ensure your proposal is well described and justified.
- Discuss how this proposal fits into the project's scope and goals.
For submitting a Pull Request:
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code passes the lint check.
- Issue the Pull Request!
Please read and adhere to our Code of Conduct.
By contributing, you agree that your contributions will be licensed under its GPL2 License.