ISSUE-TEMPLATES: set the type of the VCS link to input (#12174)

This commit is contained in:
Lena 2024-02-01 06:09:32 +01:00 committed by GitHub
parent 76285df34a
commit e09782a326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -31,10 +31,10 @@ body:
- Windows
validations:
required: true
- type: textarea
- type: input
attributes:
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
- type: textarea
attributes:
@ -45,7 +45,7 @@ body:
label: Commands
description: List out all the pages you want to create.
placeholder: |
- [] command1 → <SPACE_FOR_PR_NUMBER>
- [] command2 → <SPACE_FOR_PR_NUMBER>
- [] command1 → <PR_NUMBER>
- [] command2 → <PR_NUMBER>
validations:
required: true

View File

@ -36,10 +36,10 @@ body:
- Windows
validations:
required: true
- type: textarea
- type: input
attributes:
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
- type: textarea
attributes:

View File

@ -36,10 +36,10 @@ body:
- Windows
validations:
required: true
- type: textarea
- type: input
attributes:
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
- type: textarea
attributes: