diff --git a/.github/ISSUE_TEMPLATE/lets-document.yml b/.github/ISSUE_TEMPLATE/lets-document.yml index 6ae09194336030..1d0b7b8b05ec60 100644 --- a/.github/ISSUE_TEMPLATE/lets-document.yml +++ b/.github/ISSUE_TEMPLATE/lets-document.yml @@ -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 → - - [] command2 → + - [] command1 → + - [] command2 → validations: required: true diff --git a/.github/ISSUE_TEMPLATE/page-modification-request.yml b/.github/ISSUE_TEMPLATE/page-modification-request.yml index 3cd217d8d2f4ed..456ed3be51763d 100644 --- a/.github/ISSUE_TEMPLATE/page-modification-request.yml +++ b/.github/ISSUE_TEMPLATE/page-modification-request.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/page-request.yml b/.github/ISSUE_TEMPLATE/page-request.yml index 07c30959205999..92ddf8ad895eae 100644 --- a/.github/ISSUE_TEMPLATE/page-request.yml +++ b/.github/ISSUE_TEMPLATE/page-request.yml @@ -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: