Thanks for your interest in contributing to Boytacean! We're excited to have you on board.
- Use the issue tracker to report bugs.
- Clearly describe the issue, including steps to reproduce.
- Open an issue and tag it as a feature request.
- Explain the feature and its value.
- 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.
- Follow existing coding style.
- Write meaningful commit messages.
- Include comments in your code where necessary.
Thank you for contributing to Boytacean!