From c890d5960284b396f9286ad9dc33e612eddaf32e Mon Sep 17 00:00:00 2001 From: lukasmasuch Date: Sun, 18 Aug 2024 19:26:44 +0200 Subject: [PATCH] Add feature request template --- .github/ISSUE_TEMPLATE/02_feature-request.md | 31 ------------ .github/ISSUE_TEMPLATE/02_feature-request.yml | 50 +++++++++++++++++++ 2 files changed, 50 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/02_feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/02_feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.md b/.github/ISSUE_TEMPLATE/02_feature-request.md deleted file mode 100644 index 202094c..0000000 --- a/.github/ISSUE_TEMPLATE/02_feature-request.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: "🎁 Feature Request" -about: Do you have an idea for an improvement or a new feature? -title: '' -labels: feature -assignees: '' - ---- - - -**Feature description:** - - - -**Problem and motivation:** - - - -**Is this something you're interested in working on?** - - diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.yml b/.github/ISSUE_TEMPLATE/02_feature-request.yml new file mode 100644 index 0000000..4959f40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature-request.yml @@ -0,0 +1,50 @@ +name: ✨ Feature request +description: Suggest a feature or enhancement +labels: [type:enhancement] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest a feature or enhancement ❤️ + - type: checkboxes + attributes: + label: Checklist + description: Please confirm and check all the following options. + options: + - label: I have searched the [existing issues](https://github.com/lukasmasuch/streamlit-pydantic/issues) for similar feature requests. + required: true + - label: I added a descriptive title and summary to this issue. + required: true + - type: textarea + attributes: + label: Summary + description: Type here a clear and concise description of the feature or enhancement request. Aim for 2-3 sentences. + validations: + required: true + - type: textarea + attributes: + label: Why? + description: Please outline the problem, motivation, or use case related to this feature request. + placeholder: | + I'm always frustrated when ... + validations: + required: false + - type: textarea + attributes: + label: How? + description: | + Please describe the solution or implementation you'd like to see. + Don't worry if you don't have a clear solution in mind; any input helps! + placeholder: | + Introduce a new command called `sp.pydantic_foo` with the following set of parameters... + validations: + required: false + - type: textarea + attributes: + label: Additional Context + description: | + Links? References? Anything that will give us more context about the feature request here! + + _Tip: You can attach images by clicking this area to highlight it and then dragging files in._ + validations: + required: false