-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Efra Espada edited this page Nov 9, 2024
·
2 revisions
We welcome contributions! Follow these guidelines to help make the Zstandard project better.
- Go to the Issues page.
- Search for existing issues; if none exist, create a new one.
- Provide detailed information, steps to reproduce, and any error logs.
-
Fork the Repository and clone it locally.
-
Create a feature branch from
develop
for your changes:
git checkout -b feature/your-feature-name
-
Make your changes, and test them on each platform.
-
Commit and push your changes.
-
Open a Pull Request on the main repository on the
develop
branch.