From 1e8c7921702c48cd662cd293d710dd2b6dce77f4 Mon Sep 17 00:00:00 2001 From: Luc Sinet Date: Tue, 6 Jul 2021 05:28:23 +0200 Subject: Define a form for Feature request issues (#641) --- .github/ISSUE_TEMPLATE/feature-form.yaml | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-form.yaml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/feature-form.yaml b/.github/ISSUE_TEMPLATE/feature-form.yaml new file mode 100644 index 00000000..cfd0793b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-form.yaml @@ -0,0 +1,34 @@ +name: Feature Request +description: Suggest an idea for improving this project +title: "[Feature]: " +labels: [enhancement] +# assignees: +# - ChristianChiarulli +body: + - type: markdown + attributes: + value: | + Thank you for helping us improve ! + - type: textarea + id: motivation + attributes: + label: Feature motivation + description: A clear and concise description of the problem or missing capability + placeholder: | + I am always frustrated when ... + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe the expected solution + - type: textarea + id: alternatives + attributes: + label: Describe the alternatives you've considered + description: Let us know about other solutions you've tried or researched + - type: textarea + id: additional-context + attributes: + label: Additional context + description: If applicable, add screenshots or link related issues -- cgit v1.2.3 From 14f4aabb0f0b155ea91f58342c0defc52810e255 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Tue, 6 Jul 2021 09:32:56 -0400 Subject: Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index af7701b4..255497d6 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,5 @@ # These are supported funding model platforms +github: christianchiarulli patreon: chrisatmachine -- cgit v1.2.3