ISSUE_TEMPLATES: add VCS link and add arrow for PR number for the commands list of lets-document (#12150)

pull/23/head
Vitor Henrique 2024-01-28 10:22:44 -03:00 committed by GitHub
parent c5ae680e18
commit 1f65de7142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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