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:
parent
c5ae680e18
commit
1f65de7142
3 changed files with 17 additions and 2 deletions
9
.github/ISSUE_TEMPLATE/lets-document.yml
vendored
9
.github/ISSUE_TEMPLATE/lets-document.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
.github/ISSUE_TEMPLATE/page-request.yml
vendored
5
.github/ISSUE_TEMPLATE/page-request.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue