Merge branch 'release' into staging

256398f60761f174966b162cd5f68b29188082f7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -1Showing whitespace changes
CONTRIBUTING.md+3 -1
@@ -28,7 +28,9 @@
28 - Updating README.28 - Updating README.
29 - Updating GitHub Actions.29 - Updating GitHub Actions.
30 - Hotfixing a critical bug.30 - Hotfixing a critical bug.
314. Project maintainers will test and can change your code before merging.314. Project maintainers will test and can change your code before merging. To keep our workflow smooth, please ensure the following:
32 - The "Allow edits from maintainers" option is checked.
33 - Avoid force-pushing your branch once the PR is out of draft state.
325. To make sure that your contribution remains testable and reviewable, try not to exceed a soft limit of **200 lines of code** (both additions and deletions) per pull request. If you have more to contribute, split it into multiple pull requests. We can also consider creating a separate feature branch for more substantial changes, but please discuss it with the maintainers first.345. To make sure that your contribution remains testable and reviewable, try not to exceed a soft limit of **200 lines of code** (both additions and deletions) per pull request. If you have more to contribute, split it into multiple pull requests. We can also consider creating a separate feature branch for more substantial changes, but please discuss it with the maintainers first.
336. Write at least somewhat meaningful PR descriptions and commit messages. There's no "right" way to do it, but the following may help with outlining a general structure:356. Write at least somewhat meaningful PR descriptions and commit messages. There's no "right" way to do it, but the following may help with outlining a general structure:
34 - What is the reason for a change?36 - What is the reason for a change?