Browse Source

chore: 回滚 CONTRIBUTING 文件路径

pull/1465/head
贤心 11 months ago
parent
commit
387fabbbce
  1. 2
      .github/ISSUE_TEMPLATE/bug-feature.yml
  2. 2
      .github/workflows/issue-labeled.yml
  3. 0
      CONTRIBUTING.md

2
.github/ISSUE_TEMPLATE/bug-feature.yml

@ -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

2
.github/workflows/issue-labeled.yml

@ -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

0
.github/CONTRIBUTING.md → CONTRIBUTING.md

Loading…
Cancel
Save