Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.94 KB

File metadata and controls

64 lines (38 loc) · 1.94 KB

Contribution Guidelines

Thank you for considering contributing to this project! Contributions are always welcome and appreciated.

How to Contribute

Please check the issue tracker to see if there is an issue you would like to work on or if it has already been resolved.

Reporting Bugs

  1. Open an issue on the issue tracker.
  2. Include information such as steps to reproduce the observed behavior and relevant logs or screenshots.

Suggesting Features

  1. Open an issue on the issue tracker.
  2. Provide details about the feature, its purpose, and potential implementation ideas.

Submitting Pull Requests

  • Ensure all tests pass before submitting a pull request.
  • Write a clear description of the changes you made and the reasons behind them.

Important

It's assumed that by submitting a pull request, you agree to license your contributions under the project's license.

Development Workflow

Important

If you're using an AI-assisted coding tool like Claude Code or Codex, make sure the AI follows the instructions in the AGENTS.md file.

Prerequisites

Install GNU Make on your system if it's not already installed.

## For Debian-based systems like Debian, Ubuntu, etc.
sudo apt-get install make

Important

Make sure you have Java SDK 21 or newer installed for building and running the plugin.

Code Style

  • Use the make format command to format the code.

Running Tests

  • Use the make test command to run the tests.

Running Linters

  • Use the make lint command to run the linters.

See Available Commands

  • Run make help to see all available commands for managing different tasks.

Code of Conduct

We adhere to the project's Code of Conduct.