page-request.yml: reword and remove parts (#8308)
* page-request.yml: reword and remove parts * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml * Update page-request.yml
This commit is contained in:
35
.github/ISSUE_TEMPLATE/page-request.yml
vendored
35
.github/ISSUE_TEMPLATE/page-request.yml
vendored
@@ -1,40 +1,27 @@
|
|||||||
name: 📄 Page request
|
name: 📄 Page request
|
||||||
title: "page request: "
|
title: "page request: "
|
||||||
description: Page request template.
|
description: Page request template.
|
||||||
labels: new command
|
labels: new command, help wanted
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Command description
|
label: Command description
|
||||||
description: Describe a command you want to be summarized.
|
description: Describe a command you want to be summarized.
|
||||||
placeholder: Tell us what TLDR page you want to see!
|
placeholder: Tell us about the command!
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Command details
|
label: Command details
|
||||||
description: Describe any details related to a command.
|
description: Describe any details related to a command.
|
||||||
placeholder: e.g. command version
|
placeholder: e.g. command version
|
||||||
- type: dropdown
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: OS
|
label: OS
|
||||||
description: Select an operating system category which this command falls into.
|
description: Select which operating system(s) this command works with.
|
||||||
multiple: false
|
|
||||||
options:
|
options:
|
||||||
- Linux
|
- label: Android
|
||||||
- Android
|
- label: Linux
|
||||||
- macOS
|
- label: macOS
|
||||||
- Windows
|
- label: sunOS
|
||||||
- General
|
- label: Windows
|
||||||
- Other
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: OS details
|
|
||||||
description: Describe any details related to an operating system.
|
|
||||||
placeholder: |
|
|
||||||
e.g. OS version obtained via:
|
|
||||||
`uname -a` for Linux
|
|
||||||
`sw_vers` for macOS
|
|
||||||
`ver` for Windows
|
|
||||||
|
Reference in New Issue
Block a user