mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 07:35:33 +02:00
ISSUE-TEMPLATES: add page modification request template; update page request template (#10826)
Co-authored-by: Jack Lin <jacklin@cybersoft4u.com>
This commit is contained in:
parent
41d9dd636a
commit
74b7890447
2 changed files with 26 additions and 1 deletions
25
.github/ISSUE_TEMPLATE/page-modification-request.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/page-modification-request.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: 📄 Page modification request
|
||||
title: "page request: "
|
||||
description: Page modification request template.
|
||||
labels: page edit, help wanted
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Command description
|
||||
description: Describe the command you want the page(s) to be modified.
|
||||
placeholder: Tell us about the changes in the command!
|
||||
- type: input
|
||||
attributes:
|
||||
label: Command details
|
||||
description: Describe any details related to a command.
|
||||
placeholder: e.g. command version
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: OS
|
||||
description: Select which operating system(s) this command works with.
|
||||
options:
|
||||
- label: Android
|
||||
- label: Linux
|
||||
- label: macOS (osx)
|
||||
- label: sunOS
|
||||
- label: Windows
|
2
.github/ISSUE_TEMPLATE/page-request.yml
vendored
2
.github/ISSUE_TEMPLATE/page-request.yml
vendored
|
@ -20,7 +20,7 @@ body:
|
|||
options:
|
||||
- label: Android
|
||||
- label: Linux
|
||||
- label: macOS
|
||||
- label: macOS (osx)
|
||||
- label: sunOS
|
||||
- label: Windows
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue