mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
* docs: add GitHub issue and PR templates Add structured issue templates for bug reports, feature requests, and docs reports with YAML forms. Include a pull request template with checklist for contribution quality. * docs: add bilingual contributing guide (EN & zh-CN) Provide detailed contribution guidelines covering development setup, coding standards, commit conventions, PR workflow, and community conduct in both English and Chinese.
1.1 KiB
1.1 KiB
Description
Type of Change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Refactoring (no functional changes)
- Documentation update
- CI / Build / Tooling
How Has This Been Tested?
make testpasses locally- Manual testing (describe below)
Checklist
- My code follows the project's coding style (
go fmt,go vet) - I have performed a self-review of my code
- I have added tests that prove my fix is effective or my feature works
- New and existing unit tests pass locally with my changes
- I have updated the documentation accordingly (if applicable)
- I have signed the CLA