Browse Source

chore: 回滚 CONTRIBUTING 文件路径 (#1465)

pull/1467/head
贤心 11 months ago committed by GitHub
parent
commit
71764447ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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
- 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

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

0
.github/CONTRIBUTING.md → CONTRIBUTING.md

Loading…
Cancel
Save