Skip to main content

Contributing

Contribution guide

Contributions are welcome! Simple contributor workflow:

  1. Fork the repository on GitHub.
  2. Create a branch with a meaningful name, e.g. feature/add-README or fix/whitelist-load.
  3. Make changes and add a short commit message.
  4. Run local checks if available.
  5. Push the branch to your fork and create a Pull Request to the main repository.
Tips: describe changes and testing steps in the PR. For large changes, split into smaller commits.

Discussion