chore: 回滚 CONTRIBUTING 文件路径
This commit is contained in:
parent
19d6c2d671
commit
387fabbbce
2
.github/ISSUE_TEMPLATE/bug-feature.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-feature.yml
vendored
@ -10,7 +10,7 @@ body:
|
||||
required: true
|
||||
- label: 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。
|
||||
required: true
|
||||
- label: 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/.github/CONTRIBUTING.md)
|
||||
- label: 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md)
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: type
|
||||
|
2
.github/workflows/issue-labeled.yml
vendored
2
.github/workflows/issue-labeled.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: content template
|
||||
id: template
|
||||
run: |
|
||||
DIR_NAME="详见:🍀 [Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/.github/CONTRIBUTING.md)"
|
||||
DIR_NAME="详见:🍀 [Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md)"
|
||||
echo "CONTRIBUTING=$DIR_NAME" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: help wanted
|
||||
|
Loading…
Reference in New Issue
Block a user