From e09782a32682fbab097c6dda2ee095bb3875b9fc Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:09:32 +0100 Subject: [PATCH] ISSUE-TEMPLATES: set the type of the VCS link to `input` (#12174) --- .github/ISSUE_TEMPLATE/lets-document.yml | 8 ++++---- .github/ISSUE_TEMPLATE/page-modification-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/page-request.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/lets-document.yml b/.github/ISSUE_TEMPLATE/lets-document.yml index 6ae0919433..1d0b7b8b05 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 3cd217d8d2..456ed3be51 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 07c3095920..92ddf8ad89 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: