Enhance contribution guidelines for pull requests Added guidelines for maintaining workflow during PRs.

e9cd32a123f49c1f5d2f42f4320021007c1e9a50

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

Signed
1 files changed, +3 -1Ignore whitespace
CONTRIBUTING.md+3 -1
@@ -28,7 +28,9 @@
2828 - Updating README.
2929 - Updating GitHub Actions.
3030 - Hotfixing a critical bug.
31314. 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.
32345. 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.
33356. 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:
3436 - What is the reason for a change?