Thank you for your interest in contributing to BrewWare! We welcome contributions of all kinds, including bug fixes, feature additions, documentation improvements, and more. This guide will help you get started.
Click the Fork button at the top right of the repository page to create your copy of the project.
git clone https://github.com/your-username/repository-name.git
cd repository-nameUse a descriptive name for your branch:
git checkout -b feature/your-feature-nameImplement your feature, fix the bug, or improve the documentation. Ensure your code follows our style guidelines and includes relevant tests.
Write clear, concise commit messages:
git add .
git commit -m "Add feature: brief description of your changes"git push origin feature/your-feature-nameGo to the original repository on GitHub and click New Pull Request. Provide a detailed description of your changes and link to any relevant issues.
By participating, you agree to abide by our Code of Conduct, fostering a welcoming and respectful environment for all contributors.
- Keep pull requests focused on a single issue or feature.
- Write clear, descriptive commit messages.
- Update documentation and tests as needed.
- Ensure code passes all tests and checks.
If you have questions or need assistance:
- Open an issue on GitHub.
- Reach out on our Discord.
Thank you for contributing to BrewWare! π