-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from Arielfoever/template
Template: Add new templates.
- Loading branch information
Showing
4 changed files
with
151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |