open-code-review/.github/pull_request_template.md
Lei Zhang d0a24c4de3
Add issue and PR templates with bilingual contributing guide (#9)
* 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.
2026-05-30 14:22:50 +08:00

33 lines
1.1 KiB
Markdown

## Description
<!-- What does this PR do? Why is this change needed? -->
## 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?
<!-- Describe the tests you ran to verify your changes. -->
<!-- Include relevant details about your test configuration. -->
- [ ] `make test` passes 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
## Related Issues
<!-- Link related issues below. Use "closes #123" to auto-close on merge. -->