-
João Magalhães authoredJoão Magalhães authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 867 B
Contributing to Boytacean
Introduction
Thanks for your interest in contributing to Boytacean! We're excited to have you on board.
How to Contribute
Reporting Bugs
- Use the issue tracker to report bugs.
- Clearly describe the issue, including steps to reproduce.
Feature Requests
- Open an issue and tag it as a feature request.
- Explain the feature and its value.
Pull Requests
- Fork the repo.
- Create a new branch (
git checkout -b feature-xyz
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-xyz
). - Create a new Pull Request.
Coding Standards
- Follow existing coding style.
- Write meaningful commit messages.
- Include comments in your code where necessary.
Thank you for contributing to Boytacean!