Skip to content

Commit

Permalink
Merge pull request #74 from Arielfoever/template
Browse files Browse the repository at this point in the history
Template: Add new templates.
  • Loading branch information
KevinMX authored Oct 28, 2024
2 parents cef7f86 + cccdbbb commit c1d60c1
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/content-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Incorrect Page Content
description: Point out problems with the content
title: "[Page Content] "
labels: ["Content Bug / 页面内容有误", "help wanted / 需要帮助"]

body:
- type: markdown
attributes:
value: We welcome you to point out content errors to us! Please fill in the following form.
- type: checkboxes
id: confirm
attributes:
label: Please Choose
options:
- label: I'm working on fixing this issue.
required: false
- label: I confirmed that there is no similar issue.
required: true
- type: input
id: page
attributes:
label: I am visiting this page
description: It is recommended to bring a link to better locate the problem.
placeholder: https://github.com/ruyisdk/support-matrix/blob/main/BPI-F3/README.md
validations:
required: true
- type: textarea
id: problem
attributes:
label: I found this problem on the page
placeholder: I found this does not exist.
validations:
required: true
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/content-new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Request New Page
description: Request New Page
title: "[Page Content] "
labels: ["Content Request / 页面内容请求", "help wanted / 需要帮助"]

body:
- type: markdown
attributes:
value: We welcome you to give us new ideas! Please fill in the following form.
- type: checkboxes
id: confirm
attributes:
label: Please Choose
options:
- label: I'm working on fixing this issue.
required: false
- label: I confirmed that there is no similar issue.
required: true
- type: input
id: product
attributes:
label: Product Name
description: Please give the product name.
placeholder: BananaPi BPI-F3
validations:
required: true
- type: input
id: cpu
attributes:
label: CPU
description: Please give the processor information.
placeholder: Key Stone K1
validations:
required: false
- type: input
id: cpu_core
attributes:
label: CPU Core
description: Please give the core information.
placeholder: SpacemiT X60
validations:
required: false
- type: input
id: source
attributes:
label: I found new information here.
description: Please cite the source of the new version or information.
placeholder: https://docs.banana-pi.org/en/BPI-F3/GettingStarted_BPI-F3
validations:
required: false
- type: textarea
id: notes
attributes:
label: Give out some notes.
validations:
required: false
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/content-outdated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Outdated Page Content
description: Point out outdated pages
title: "[Page Content] "
labels: ["Content Outdated / 页面内容过期", "help wanted / 需要帮助"]

body:
- type: markdown
attributes:
value: We welcome you to point out content errors to us! Please fill in the following form.
- type: checkboxes
id: confirm
attributes:
label: Please Choose
options:
- label: I'm working on fixing this issue.
required: false
- label: I confirmed that there is no similar issue.
required: true
- type: input
id: page
attributes:
label: I am visiting this page
description: It is recommended to bring a link to better locate the problem.
validations:
required: true
- type: input
id: source
attributes:
label: I found new information here.
description: Please cite the source of the new version or information.
validations:
required: true
- type: textarea
id: notes
attributes:
label: Give out some notes.
validations:
required: false
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/tool-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Tool Bug
description: Point out problems with the tools
title: "[Bug] "
labels: ["Tool Bug / 工具问题", "help wanted / 需要帮助"]

body:
- type: markdown
attributes:
value: We welcome you to point out content errors to us! Please fill in the following form.
- type: checkboxes
id: confirm
attributes:
label: Please Choose
options:
- label: I'm working on fixing this issue.
required: false
- label: I confirmed that there is no similar issue.
required: true
- type: textarea
id: problem
attributes:
label: I found this problem on the page
validations:
required: true

0 comments on commit c1d60c1

Please sign in to comment.