From 1c0a02067d63d76f18bf00bd82ddf8e00af848c0 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:00:51 +0200 Subject: [PATCH] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..88315f58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,21 @@ +--- +name: Feature Request +description: Suggest an idea to help us improve W&B +title: "[Feature]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + **Thanks :heart: for taking the time to fill out this feature request report!** + Please first check if a similar feature request [already exists](https://github.com/astubenbord/paperless-mobile/labels/enhancement). If this is the case, give a thumbs up so we know what the community is most interested in! + + Want to contribute a new feature? Feel free to submit a PR! + + - type: textarea + attributes: + label: Description + description: | + A clear and concise description of the feature you're interested in. + validations: + required: true