1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 01:15:24 +02:00

ISSUE_TEMPLATES: add VCS link and add arrow for PR number for the commands list of lets-document (#12150)

This commit is contained in:
Vitor Henrique 2024-01-28 10:22:44 -03:00 committed by GitHub
parent c5ae680e18
commit 1f65de7142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

View file

@ -31,6 +31,11 @@ body:
- Windows
validations:
required: true
- type: textarea
attributes:
label: VCS repository link (e.g. GitHub, GitLab)
description: Link to the Version Control System if the project is open source.
placeholder: https://github.com/user/repo
- type: textarea
attributes:
label: Additional information
@ -40,7 +45,7 @@ body:
label: Commands
description: List out all the pages you want to create.
placeholder: |
- [] command1
- [] command2
- [] command1 → <SPACE_FOR_PR_NUMBER>
- [] command2 → <SPACE_FOR_PR_NUMBER>
validations:
required: true

View file

@ -36,6 +36,11 @@ body:
- Windows
validations:
required: true
- type: textarea
attributes:
label: VCS repository link (e.g. GitHub, GitLab)
description: Link to the Version Control System if the project is open source.
placeholder: https://github.com/user/repo
- type: textarea
attributes:
label: Additional information

View file

@ -36,6 +36,11 @@ body:
- Windows
validations:
required: true
- type: textarea
attributes:
label: VCS repository link (e.g. GitHub, GitLab)
description: Link to the Version Control System if the project is open source.
placeholder: https://github.com/user/repo
- type: textarea
attributes:
label: Additional information