mirror of https://github.com/layui/layui
chore: 回滚 CONTRIBUTING 文件路径
parent
19d6c2d671
commit
387fabbbce
|
@ -10,7 +10,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。
|
- label: 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。
|
||||||
required: true
|
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
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
id: type
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: content template
|
- name: content template
|
||||||
id: template
|
id: template
|
||||||
run: |
|
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
|
echo "CONTRIBUTING=$DIR_NAME" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: help wanted
|
- name: help wanted
|
||||||
|
|
Loading…
Reference in New Issue