From e55362ec57f2a20ed096f971e769269b6f8211c8 Mon Sep 17 00:00:00 2001 From: Inventhrice <45127310+Inventhrice@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:21:43 -0400 Subject: chore: Adding issue templates (#546) --- .github/ISSUE_TEMPLATE/feature_request.yml | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml (limited to '.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..a5a90021 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,46 @@ +name: Feature Request +description: Request a new feature or idea to be added to Hoarder +labels: [":hammer: Feature Request"] +body: + - type: textarea + id: description + attributes: + label: Describe the feature you'd like + description: Provide a clear description of the feature you'd like implemented in Hoarder + validations: + required: true + - type: textarea + id: benefits + attributes: + label: Describe the benefits this would bring to existing Hoarder users + description: | + Explain the measurable benefits this feature would achieve for existing Hoarder users. + These benefits should details outcomes in terms of what this request solves/achieves, and should not be specific to implementation. + This helps us understand the core desired goal so that a variety of potential implementations could be explored. + This field is important. Lack if input here may lead to early issue closure. + validations: + required: true + - type: textarea + id: already_achieved + attributes: + label: Can the goal of this request already be achieved via other means? + description: | + Yes/No. If yes, please describe how the requested approach fits in with the existing method. + validations: + required: true + - type: checkboxes + id: confirm-search + attributes: + label: Have you searched for an existing open/closed issue? + description: | + To help us keep these issues under control, please ensure you have first [searched our issue list](https://github.com/hoarder-app/Hoarder/issues?q=is%3Aissue) for any existing issues that cover the fundamental benefit/goal of your request. + options: + - label: I have searched for existing issues and none cover my fundamental request + required: true + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false -- cgit v1.3-1-g0d28