ISSUE_TEMPLATES: add VCS link and add arrow for PR number for the commands list of lets-document (#12150)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user