Thank you for considering contributing to ainconv
! 😘
We are happy to have you here. This document consists of some guidelines and instructions for contributing to ainconv
.
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them.
Even if you don't have time, you can still support the project in other ways, such as starring the project, tweeting about it, or telling your friends about it. Every little bit helps!
We use GitHub issues to track bugs and errors. If you run into an issue with the project, please open an issue and provide as much information as possible. This will help us to understand the problem and fix it.
If you have an idea for a new feature or an enhancement to an existing feature, please open an issue and describe the feature you would like to see. We will discuss the idea and decide if it is a good fit for the project.
Tests are unified across the project's implementations in different languages. Please refer to the repository mkpoli/ainconv-tests.
General steps to contribute to the project:
- Fork the repository and clone it locally.
- Install Rust.
- Make your changes and run
cargo test
to run the tests. - Run
cargo build
to check if the build will be successful. - Submit a pull request to the main repository.
When committing, please also add a line to the CHANGELOG.md
under the Unreleased
section, describing the changes you made. If Unreleased
section does not exist, please create it. This will help the maintainers to write the release notes when the time comes.
Commit messages need to follow the Conventional Commits specification. A good commit should be focused and logical changes that address one specific issue. Write commit messages that are clear and concise, detailed information can be added to the commit message body.