Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改一些 .github 配置 #348

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug 反馈
about: 向我们提交一个 Bug 反馈。
title: "【BUG 反馈】"
labels: bug
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand All @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464
## 您的设备信息
- 服务器系统信息<!--如 `Linux Shanghai-Ubuntu 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux`-->:
- 服务器 PHP 版本<!--如 `PHP 8.0.3 (cgi-fcgi) (built: Mar 2 2021 23:33:50)`-->:
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59`-->:
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0`-->:


## 补充信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 寻求帮助
about: 向我们及广大网友寻求帮助。
title: "【寻求帮助】"
labels: "help wanted"
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand All @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464
## 您的设备信息
- 服务器系统信息<!--如 `Linux Shanghai-Ubuntu 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux`-->:
- 服务器 PHP 版本<!--如 `PHP 8.0.3 (cgi-fcgi) (built: Mar 2 2021 23:33:50)`-->:
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59`-->:
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0`-->:


## 补充信息
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 提交建议
about: 向我们提交一个建议。
title: "【建议】"
labels: enhancement
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
lc6464 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Parse version from tag name
run: echo "VERSION=$(echo $GITHUB_REF | sed -n 's/refs\/tags\/v\(.*\)/\1/p')" >> $GITHUB_ENV
Expand Down