From 16b79595ac4947c4accb004db7e280b12b471385 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Sat, 8 Feb 2025 17:00:59 +0100 Subject: [PATCH] Add `feature_request.yml` --- .github/ISSUE_TEMPLATE/feature_request.yml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e69de29..f7cfd55 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,41 @@ +name: ✨ Feature Request +description: Suggest an idea for Hugo ʕ•ᴥ•ʔ Bear Blog +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for your interest in improving Hugo ʕ•ᴥ•ʔ Bear Blog! Before proceeding: + + 1. 🔍 Please check [existing issues](https://github.com/janraasch/hugo-bearblog/issues) for similar suggestions + 2. 🎯 Note that we aim to maintain a minimal feature set, similar to the original [Bear Blog](https://bearblog.dev) + 3. 💡 Consider if your need could be met using existing Hugo features + + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? + description: A clear and concise description of what the problem is + placeholder: My site is slow because [...] + validations: + required: true + + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered + + - type: textarea + id: context + attributes: + label: Additional context + description: How does this feature align with the theme's minimalist philosophy? Add any other context or screenshots about the feature request here \ No newline at end of file