From 6ae7077adfde5ed9cc2f61e49f6bee0612881994 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 16 Dec 2022 14:23:43 +0100 Subject: [PATCH] chore: add a feature template (#9426) --- .github/ISSUE_TEMPLATE/feature.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000000..69ee218f5f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,17 @@ +name: Feature +description: File a feature request +title: '[Feature]: ' +labels: [feature] +body: + - type: markdown + attributes: + value: | + ### Thanks for taking the time to fill out a feature request! + **Before filling out this report**, please check [existing feature requests](https://github.com/puppeteer/puppeteer/issues?q=is%3Aissue++label%3Afeature+) and see if your feature has already been proposed. + - type: textarea + id: summary + attributes: + label: Feature description + description: Please describe your feature request with as many details as possible. + validations: + required: true