From 8c4ba61c9fa24c23b8f40a1bce6177c443c14ce0 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 17 Mar 2024 18:32:32 -0700 Subject: [PATCH] feat: add input for linking to related issues --- .github/ISSUE_TEMPLATE/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index 7f6c833..4af3634 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -313,6 +313,14 @@ body: validations: required: true + - type: textarea + id: related_issues + attributes: + label: Related issues + description: Does this proposal have any related issues (e.g., a proposal idea issue or upstream issues in the main stdlib project or website repositories)? If so, please link to those issues below. + validations: + required: false + - type: markdown attributes: value: |