From 6a635c5d1e8bb46145b31068a1339391cf4ceb8a Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:26:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20feature=20request=20temp?= =?UTF-8?q?late=20(#313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 45 ++++++++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cb476a0..3ce981d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,8 @@ body: attributes: label: ENVS description: | - Please provide the ENVS used for building. If not using any write NA + Please provide the ENVS used for building. If not using any write NA. + render: Dotenv validations: required: true @@ -42,4 +43,4 @@ body: attributes: label: Additional info description: | - Please provide any additional information that seem useful. + Please provide any additional information that seems useful. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..862879a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,45 @@ +name: Feature Request +description: Have an awesome idea to improve the builder? +labels: + - "feature-request👓" +assignees: + - nikhilbadyal + +body: + - type: markdown + attributes: + value: | + **Thanks :heart: for taking the time to fill out this feature request report!** + We kindly ask that you search to see if an issue [already exists](https://github.com/nikhilbadyal/docker-py-revanced/issues?q=label%3Afeature-request%F0%9F%91%93+) for your feature. + + - type: checkboxes + attributes: + label: Support guidelines + description: Please read the request guidelines before proceeding. + options: + - label: I've read the [support guidelines](https://github.com/nikhilbadyal/docker-py-revanced#only-builder-support) + required: true + + - type: textarea + attributes: + label: Description + description: | + A clear and concise description of the feature you're interested in. + validations: + required: true + + - type: textarea + attributes: + label: Motivation + description: | + Please explain why you believe this feature is necessary and how it will be beneficial for others. + validations: + required: true + + - type: textarea + attributes: + label: Additional Context + description: | + Please provide any additional information that seems useful. + validations: + required: false