mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-04 07:41:50 +08:00
ea0e477033
Added additional checklist items for PR submissions regarding AI-generated edits and code quality agreement.
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
<!--
|
|
Thank you for contributing to AFFiNE!
|
|
|
|
The PR title must follow Conventional Commits (enforced by CI):
|
|
type(scope): description e.g. fix(editor): keep selection after paste
|
|
Types: feat fix docs style refactor perf test build ci chore revert
|
|
-->
|
|
|
|
## Description
|
|
|
|
<!-- What does this PR do? Link related issues, e.g. "Closes #1234". Screenshots or recordings are welcome for UI changes. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have signed the [AFFiNE Contributor License Agreement](https://cla-assistant.io/toeverything/AFFiNE) — required before merge; the `license/cla` check must be green ([how it works](https://github.com/toeverything/AFFiNE/blob/canary/docs/BUILDING.md#sign-the-cla-first))
|
|
- [ ] The PR targets the `canary` branch and its title follows [Conventional Commits](https://www.conventionalcommits.org/)
|
|
- [ ] Tests are added or updated where it makes sense
|
|
- [ ] `yarn lint` and `yarn typecheck` pass locally
|
|
- [ ] If the PR code includes AI-generated edits, I have carefully reviewed it to ensure that the scope of the PR is consistent with what is claimed in the title and description, and that there are no redundant or invalid implementations.
|
|
- [ ] I agree that maintainers may close the PR without discussion if they consider the code quality to be too low.
|