Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

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

  1. Fork the repo.
  2. Create a new branch (git checkout -b feature-xyz).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature-xyz).
  6. Create a new Pull Request.

Coding Standards

  • Follow existing coding style.
  • Write meaningful commit messages.
  • Include comments in your code where necessary.

Getting Support

  • Join our Discord or mailing list (links in README).

Code of Conduct

Respect the code of conduct detailed in CODE_OF_CONDUCT.md.

Thank you for contributing to Boytacean!