ci: fix guideline and COC URLs broken (#23763)

This commit is contained in:
rzzf
2026-03-10 15:08:53 +08:00
committed by GitHub
parent 0b9556240b
commit 5cf8a6e4b3

4
.github/triage.yml vendored
View File

@@ -4,8 +4,10 @@ firstTimePRLabels:
- 1st contribution
labelsWhenPROpened:
- Needs Review
guidelineUrl: https://github.com/element-plus/element-plus/blob/dev/.github/CONTRIBUTING.en-US.md
COCUrl: https://github.com/element-plus/element-plus/blob/dev/CODE_OF_CONDUCT.md
firstTimePRGreetings: |
👋 @{user}, seems like this is your first time contribution to {repo}.
Please make sure that you have read our [guidelines](#{guideline_url}) and [code of conduct]({coc_url}) before making a contribution.
Please make sure that you have read our [guidelines]({guidelineUrl}) and [code of conduct]({COCUrl}) before making a contribution.
firstPRMergeComment: >
Thank you for your contribution!