fix(docs): additional i18n notes (#41084)
* fix(docs): note about PR language Adds a note that PR title, body, commits, and code should all be in English. * feat(docs): additional notes Adds note about setting Crowdin to show HTML tags instead of number tags, and note about what to do when overriding a QA check. * fix: apply review suggestions Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
GitHub
parent
36d374fb4e
commit
b2526c855a
@ -2,6 +2,9 @@
|
||||
|
||||
A pull request (PR) enables you to send changes from your fork on GitHub to freeCodeCamp.org's main repository. Once you are done making changes to the code, you can follow these guidelines to open a PR.
|
||||
|
||||
> [!NOTE]
|
||||
> Your PR should be in English. See [here](#index.md?id=translations) for how to contribute translations.
|
||||
|
||||
## Prepare a good PR title
|
||||
|
||||
We recommend using [conventional title and messages](https://www.conventionalcommits.org/) for commits and pull request. The convention has the following format:
|
||||
|
Reference in New Issue
Block a user