Thank you for considering contributing to VoiceBox! We appreciate your time and effort to help make this project better.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
We welcome contributions in various forms, including bug reports, feature requests, code contributions, documentation improvements, and more. To get started, follow these steps:
If you encounter a bug, please open an issue on our issue tracker and provide detailed information about the problem, including steps to reproduce it. Make sure to check if the issue already exists before creating a new one.
If you have an idea for a new feature or improvement, you can submit it as an issue on our issue tracker. Please include a clear description of the feature, its use case, and any relevant details.
We encourage you to contribute code to VoiceBox. To submit a pull request, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone your fork to your local machine.
git clone https://github.com/tecnosam/voicebox.git
-
Create a new branch for your changes.
git checkout -b feature-name
-
Make your changes and commit them.
git add . git commit -m "Description of your changes"
-
Push your branch to your GitHub repository.
git push origin feature-name
-
Open a pull request on the main repository and provide a detailed description of your changes.
Please adhere to the coding standards outlined in our .pylintrc file. Run linting checks locally before submitting your pull request.
pylint .
All contributions, including pull requests and issues, will undergo code reviews. Be open to feedback and work collaboratively to address any suggestions.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project maintainer, Samuel Ikaba, directly at [[email protected]]. The project maintainer will review and investigate all complaints and will respond in a way that it deems appropriate to the circumstances.
We aim to maintain a welcoming and inclusive community. Thank you for your cooperation!