Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.25 KB

File metadata and controls

31 lines (20 loc) · 1.25 KB

CONTRIBUTING

Thank you for considering contributing to this repository!

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your changes (if you want to work on an issue, make sure you have been assigned that issue by a BearStudio's team member).
  4. Run the tests and commit.
  5. Push to your fork and submit a pull request.
  6. While waiting for your PR to be reviewed, feel free to work on another issue.

💡 Please make sure your PR is readable for the most. Write a good commit message. Also, make sure that the linting is correct.

AI usage

AI tools (e.g. Claude, Copilot, ChatGPT) are welcome to assist with contributions. If AI was used to generate or significantly assist with your changes, please make it transparent:

  • Commits: include a Co-authored-by: trailer (e.g. Co-authored-by: GitHub Copilot <noreply@github.com>)
  • Pull requests: mention the AI tool used in the PR description

If you use Claude Code, attribution is handled automatically via .claude/settings.json — no extra setup needed.

Translations

You only need to maintain the english and french translations for your PR. Other language translations are not required to submit a PR 😉