docs: add guidelines for discussing significant changes and handling Copilot reviews (#714)

This commit is contained in:
Dayuan Jiang
2026-02-28 00:41:34 +09:00
committed by GitHub
parent 69bd13bc93
commit ffac74b0ff

View File

@@ -47,6 +47,10 @@ To run tests with UI mode:
npx playwright test --ui
```
## Before You Start
For **significant changes** (new features, architecture changes, large refactors, etc.), please **open an issue first** to discuss your proposal before writing code. This helps avoid wasted effort and ensures alignment with the project direction. Small bug fixes and minor improvements can go straight to a PR.
## Pull Requests
1. Create a feature branch
@@ -57,6 +61,12 @@ npx playwright test --ui
CI will run the full test suite on your PR.
## Code Review
This project uses GitHub Copilot for automated code review. If you receive review comments from Copilot on your PR:
- **Valid suggestions**: Please address them in your code.
- **Invalid or irrelevant suggestions**: Feel free to click "Resolve" to dismiss them.
## Issues
Include steps to reproduce, expected vs actual behavior, and AI provider used.