Thank you for considering contributing to the Disintegrate project! We welcome contributions from everyone, and this document outlines the guidelines and steps to contribute to the project.
To get started with contributing, please follow these steps:
- Fork the repository on GitHub.
- Clone the forked repository to your local machine.
- Create a new branch for your contribution.
- Make your changes and ensure that the tests pass.
- Commit your changes with a descriptive commit message.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
We follow the Rust code style guidelines to maintain a consistent and readable codebase. Please make sure that your code adheres to these guidelines before submitting a pull request. You can use tools like rustfmt to automatically format your code.
If you encounter any issues, have questions, or want to propose new features, please use the issue tracker on GitHub. We appreciate detailed bug reports and well-defined feature requests.
We expect all contributors to follow the project's Code of Conduct. Please be respectful and considerate towards others when participating in discussions or contributing code.
By contributing to the Disintegrate project, you agree that your contributions will be licensed under the project's MIT License.
We appreciate your contributions and thank you for helping improve the Disintegrate project!