diff --git a/.github/ISSUE_TEMPLATE/lets-document.yml b/.github/ISSUE_TEMPLATE/lets-document.yml index 19ae5d01d0..6ae0919433 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 2c4cf74208..3cd217d8d2 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 2e8f7ccad2..07c3095920 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