Skip to content

Commit

Permalink
chore: update issue template (#5407)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind improvement

#### What this PR does / why we need it:

移除 issue 模板中的 **在线站点地址** 输入框,在正常情况下,系统信息中已经包含了外部访问地址。

#### Does this PR introduce a user-facing change?

```release-note
None
```
  • Loading branch information
ruibaby committed Feb 27, 2024
1 parent 3eb9d16 commit b176c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ body:
- Docker Compose
- Fat Jar
- Source Code
- type: input
id: site-url
attributes:
label: "Your site address."
description: "Note your online address, if possible."
placeholder: "ex. https://halo.run"
validations:
required: false
- type: markdown
id: details
attributes:
Expand Down
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ body:
- Docker Compose
- Fat Jar
- Source Code
- type: input
id: site-url
attributes:
label: "在线站点地址"
description: "如果可以的话,请提供你的站点地址。这可能会帮助我们更好的定位问题。"
placeholder: "ex. https://halo.run"
validations:
required: false
- type: markdown
id: details
attributes:
Expand Down

0 comments on commit b176c49

Please sign in to comment.