Skip to content

Commit

Permalink
feat: add input for linking to related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 18, 2024
1 parent 7a7f25a commit 8c4ba61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c4ba61

Please sign in to comment.