ISSUE-TEMPLATES: set the type of the VCS link to input
(#12174)
This commit is contained in:
8
.github/ISSUE_TEMPLATE/lets-document.yml
vendored
8
.github/ISSUE_TEMPLATE/lets-document.yml
vendored
@@ -31,10 +31,10 @@ body:
|
|||||||
- Windows
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: VCS repository link (e.g. GitHub, GitLab)
|
label: VCS repository link (e.g. GitHub, GitLab)
|
||||||
description: Link to the Version Control System if the project is open source.
|
description: Link to the Version Control System repository if the project is open source.
|
||||||
placeholder: https://github.com/user/repo
|
placeholder: https://github.com/user/repo
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
@@ -45,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 → <SPACE_FOR_PR_NUMBER>
|
- [] command1 → <PR_NUMBER>
|
||||||
- [] command2 → <SPACE_FOR_PR_NUMBER>
|
- [] command2 → <PR_NUMBER>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@@ -36,10 +36,10 @@ body:
|
|||||||
- Windows
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: VCS repository link (e.g. GitHub, GitLab)
|
label: VCS repository link (e.g. GitHub, GitLab)
|
||||||
description: Link to the Version Control System if the project is open source.
|
description: Link to the Version Control System repository if the project is open source.
|
||||||
placeholder: https://github.com/user/repo
|
placeholder: https://github.com/user/repo
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
4
.github/ISSUE_TEMPLATE/page-request.yml
vendored
4
.github/ISSUE_TEMPLATE/page-request.yml
vendored
@@ -36,10 +36,10 @@ body:
|
|||||||
- Windows
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: VCS repository link (e.g. GitHub, GitLab)
|
label: VCS repository link (e.g. GitHub, GitLab)
|
||||||
description: Link to the Version Control System if the project is open source.
|
description: Link to the Version Control System repository if the project is open source.
|
||||||
placeholder: https://github.com/user/repo
|
placeholder: https://github.com/user/repo
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user