Skip to content

Commit

Permalink
docs: 更新 issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jan 19, 2025
1 parent 96381c7 commit ea949fb
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 21 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report-CN.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: "🐞 Bug 报告"
description: 提交一个 Bug 报告
title: "[Bug]: "
labels: ["bug"]
labels:
[
"bug",
]
assignees:
[
abgox,
]
body:
- type: checkboxes
id: checks
Expand All @@ -15,12 +22,13 @@ body:
required: true
- label: 你已经在 [Issues](https://github.com/abgox/PSCompletions/issues) 中搜索了相关问题。
required: true
- label: 你已经查看了 https://pscompletions.pages.dev/
- label: 你已经查看了 https://pscompletions.abgox.com/
- type: dropdown
id: powershell-version
attributes:
label: 你正在使用什么 Powershell 版本?
description: |
description:
|
[PowerShell (pwsh)](https://github.com/PowerShell/PowerShell)
[Windows PowerShell (Windows 内置版本)](https://learn.microsoft.com/powershell/scripting/what-is-windows-powershell)
options:
Expand Down
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: "🐞 Bug report"
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]
labels:
[
"bug",
]
assignees:
[
abgox,
]
body:
- type: checkboxes
id: checks
Expand All @@ -15,12 +22,13 @@ body:
required: true
- label: You have search for related issues in [Issues](https://github.com/abgox/PSCompletions/issues).
required: true
- label: You have visit https://pscompletions.pages.dev/
- label: You have visit https://pscompletions.abgox.com/
- type: dropdown
id: powershell-version
attributes:
label: What Powershell version are you using?
description: |
description:
|
[PowerShell (pwsh)](https://github.com/PowerShell/PowerShell)
[Windows PowerShell (Windows builtin version)](https://learn.microsoft.com/powershell/scripting/what-is-windows-powershell)
options:
Expand Down
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/completion-add-request-CN.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: ✨ 补全添加请求
description: 请求添加新补全
title: "[Add Completion Request]: "
labels: ["feature", "Add Completion"]
labels:
[
"feature",
"Add Completion",
]
assignees:
[
abgox,
]
body:
- type: input
id: completion
Expand All @@ -13,7 +21,8 @@ body:
id: documentation
attributes:
label: 此补全的命令来源
description: |
description:
|
此补全来源于什么命令?
请提供命令的官网文档链接,或描述。
placeholder: 例如,输入命令的官网文档链接
Expand Down
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/completion-add-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: ✨ Add Completion Request
description: Request to add a new completion
title: "[Add Completion Request]: "
labels: ["feature", "Add Completion"]
labels:
[
"feature",
"Add Completion",
]
assignees:
[
abgox,
]
body:
- type: input
id: completion
Expand All @@ -13,7 +21,8 @@ body:
id: documentation
attributes:
label: Command source for this completion
description: |
description:
|
What command does this completion come from?
Please provide its official documentation link or description.
placeholder: Enter the command source link or description here.
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/completion-update-request-CN.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: ✨ 补全更新请求
description: 请求更新现有补全
title: "[Update Completion Request]: "
labels: ["feature", "Update Completion"]
labels:
[
"feature",
"Update Completion",
]
assignees:
[
abgox,
]
body:
- type: input
id: completion
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/completion-update-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: ✨ Update Completion Request
description: Request to update a new completion
title: "[Update Completion Request]: "
labels: ["feature", "Update Completion"]
labels:
[
"feature",
"Update Completion",
]
assignees:
[
abgox,
]
body:
- type: input
id: completion
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: docs
url: https://pscompletions.pages.dev/
- name: website
url: https://pscompletions.abgox.com/
about: Visit it for more information.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request-CN.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: 💡 功能请求
description: 请求一个新功能或功能增强
title: "[Request]: "
labels: ["feature"]
labels:
[
"feature",
]
assignees:
[
abgox,
]
body:
- type: textarea
id: description
attributes:
label: 描述这个功能请求
description: |
description:
|
请详细描述您的功能要求或增强。
它解决了 PSCompletions 中的哪些不足?
哪些用例支持您的请求?
Expand All @@ -17,7 +25,8 @@ body:
id: powershell-version
attributes:
label: 你正在使用什么 Powershell 版本?
description: |
description:
|
[PowerShell (pwsh)](https://github.com/PowerShell/PowerShell)
[Windows PowerShell (Windows 内置版本)](https://learn.microsoft.com/powershell/scripting/what-is-windows-powershell)
options:
Expand Down
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: 💡Feature Request
description: Request a new feature or enhancement
title: "[Request]: "
labels: ["feature"]
labels:
[
"feature",
]
assignees:
[
abgox,
]
body:
- type: textarea
id: description
attributes:
label: Describe the request
description: |
description:
|
Please describe your feature request or enhancement in detail.
What deficiency does it address in PSCompletions?
What use cases support your request?
Expand All @@ -17,7 +25,8 @@ body:
id: powershell-version
attributes:
label: What Powershell version are you using?
description: |
description:
|
[PowerShell (pwsh)](https://github.com/PowerShell/PowerShell)
[Windows PowerShell (Windows builtin version)](https://learn.microsoft.com/powershell/scripting/what-is-windows-powershell)
options:
Expand Down
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to PSCompletions

- Please visit the contributing guide: https://pscompletions.pages.dev/contributing/
- Please visit the contributing guide: https://pscompletions.abgox.com/contributing/

0 comments on commit ea949fb

Please sign in to comment.