You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Follow the "1 feature, 1 PR" principle: Each pull request should only contain changes related to one feature or bug fix. To prevent duplicate feature development, raise an issue for new feature development.
2. Include test code: All code submitted in a pull request must include test code that meets the requirements.
3. Code review: At least one developer must review each pull request, and for significant changes, two reviewers should be involved.
4. Submit code that is buildable and deployable: Ensure that all changes are buildable and deployable in a production environment.
5. Provide solutions for potential issues: If the proposed changes could cause issues, potential solutions should be included with the pull request.
Pull Request Rules