1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 21:35:42 +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:
K.B.Dharun Krishna 2023-10-08 17:15:55 +05:30 committed by GitHub
parent 41d9dd636a
commit 74b7890447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View 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

View file

@ -20,7 +20,7 @@ body:
options: options:
- label: Android - label: Android
- label: Linux - label: Linux
- label: macOS - label: macOS (osx)
- label: sunOS - label: sunOS
- label: Windows - label: Windows