Skip to content

Commit

Permalink
ISSUE-TEMPLATES: set the type of the VCS link to input (tldr-pages#…
Browse files Browse the repository at this point in the history
  • Loading branch information
acuteenvy authored Feb 1, 2024
1 parent 76285df commit e09782a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/lets-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/page-modification-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/page-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e09782a

Please sign in to comment.