mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 18:15:32 +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
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
@ -40,7 +45,7 @@ body:
|
||||||
label: Commands
|
label: Commands
|
||||||
description: List out all the pages you want to create.
|
description: List out all the pages you want to create.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- [] command1
|
- [] command1 → <SPACE_FOR_PR_NUMBER>
|
||||||
- [] command2
|
- [] command2 → <SPACE_FOR_PR_NUMBER>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -36,6 +36,11 @@ body:
|
||||||
- Windows
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
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
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
|
Loading…
Add table
Reference in a new issue