- This change also requires further updates to the website (e.g. docs)
- This change also requires further updates to the
UI interface
- Need to cheery-pick to release branches
- release-2.4
- release-2.3
CHANGELOG
- I have updated the
CHANGELOG.md
- I have labeled this PR with "no-need-update-changelog"
Tests
- Unit test
- E2E test
- No code
- Manual test (add steps below)
Side effects
- Breaking backward compatibility
If you find the DCO check fails, please run commands like below (Depends on the actual situations. For example, if the failed commit isn't the most recent) to fix it:
git commit --amend --signoff
git push --force