From 1f65de7142ae03cf180e99bacf008cae162dad95 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Sun, 28 Jan 2024 10:22:44 -0300 Subject: [PATCH] ISSUE_TEMPLATES: add VCS link and add arrow for PR number for the commands list of lets-document (#12150) --- .github/ISSUE_TEMPLATE/lets-document.yml | 9 +++++++-- .github/ISSUE_TEMPLATE/page-modification-request.yml | 5 +++++ .github/ISSUE_TEMPLATE/page-request.yml | 5 +++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/lets-document.yml b/.github/ISSUE_TEMPLATE/lets-document.yml index 19ae5d01d..6ae091943 100644 --- a/.github/ISSUE_TEMPLATE/lets-document.yml +++ b/.github/ISSUE_TEMPLATE/lets-document.yml @@ -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 → + - [] command2 → validations: required: true diff --git a/.github/ISSUE_TEMPLATE/page-modification-request.yml b/.github/ISSUE_TEMPLATE/page-modification-request.yml index 2c4cf7420..3cd217d8d 100644 --- a/.github/ISSUE_TEMPLATE/page-modification-request.yml +++ b/.github/ISSUE_TEMPLATE/page-modification-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/page-request.yml b/.github/ISSUE_TEMPLATE/page-request.yml index 2e8f7ccad..07c309592 100644 --- a/.github/ISSUE_TEMPLATE/page-request.yml +++ b/.github/ISSUE_TEMPLATE/page-request.yml @@ -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