chore: align PR templates and workflows with antdv-next - #73
Merged
Conversation
- add PULL_REQUEST_TEMPLATE.md (EN) and PULL_REQUEST_TEMPLATE_CN.md (CN) - sync structure from antdv-next/.github/PULL_REQUEST_TEMPLATE*.md - adapt base branch to next and repo links to vue-components - adapt changelog reference to generic Keep a Changelog
sync from antdv-next/.github/workflows/semantic-pull-requests.yml - validate PR title follows Conventional Commits via amannn/action-semantic-pull-request@v6 - adapt repository guard to antdv-next/vue-components
aibayanyu20
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related Issues
Sync PR templates and workflows from
antdv-nextto keep contribution experience consistent across repos.💡 Background and Solution
Problem:
vue-componentshad no PR template and no semantic PR title validation, whileantdv-nextalready has both. Contributors get inconsistent guidance and PR titles are not validated.Solution:
.github/PULL_REQUEST_TEMPLATE.md(EN) and.github/PULL_REQUEST_TEMPLATE_CN.md(CN) synced fromantdv-next/.github/PULL_REQUEST_TEMPLATE*.mdmain→nextantdv-next/vue-componentsrepo.github/workflows/semantic-pull-requests.ymlsynced fromantdv-nextamannn/action-semantic-pull-request@v6)subjectPattern: ^(?![A-Z]).+$(subject must not start with uppercase)antdv-next/vue-components📝 Change Log