From a3623bd06b0e51ea84af7b3ccc9ca59f395b21cf Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 14 Oct 2024 10:00:42 +0200 Subject: [PATCH 1/2] Request docs/demos link in the new feature issue template This PR adds a new textarea to the new feature issue template where reporters can add links to docs and/or demos. This would be useful to help maintain the mapping between new web-features and MDN docs. --- .github/ISSUE_TEMPLATE/new-feature.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index b41b2e62629..951a7bd4fb0 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -20,6 +20,12 @@ body: description: Describe the feature in one or two sentences. validations: required: true +- type: textarea + attributes: + label: Documentation + description: Link(s) to documentation and/or demos of the feature. + validations: + required: true - type: textarea attributes: label: Browser support From 7317fdaaeffe9db4aa4cefc0d344f289daa7020c Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 29 Oct 2024 10:15:03 +0100 Subject: [PATCH 2/2] Update new-feature.yml Co-authored-by: Daniel D. Beck --- .github/ISSUE_TEMPLATE/new-feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index 951a7bd4fb0..421e7cb2cbe 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -23,7 +23,7 @@ body: - type: textarea attributes: label: Documentation - description: Link(s) to documentation and/or demos of the feature. + description: Link to documentation and demos of the feature. validations: required: true - type: textarea