Skip to content

Contributing

Efra Espada edited this page Nov 9, 2024 · 2 revisions

Contributing to Zstandard Plugin and CLI

We welcome contributions! Follow these guidelines to help make the Zstandard project better.

Reporting Issues

  1. Go to the Issues page.
  2. Search for existing issues; if none exist, create a new one.
  3. Provide detailed information, steps to reproduce, and any error logs.

Contributing Code

  1. Fork the Repository and clone it locally.

  2. Create a feature branch from develop for your changes:

git checkout -b feature/your-feature-name
  1. Make your changes, and test them on each platform.

  2. Commit and push your changes.

  3. Open a Pull Request on the main repository on the develop branch.

Clone this wiki locally