From 1283019c19ebfaa78ee5184a7ee05782128ba7a8 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Sun, 8 Dec 2024 00:51:56 +0800 Subject: [PATCH] doc: Add a Feature Description section --- .github/ISSUE_TEMPLATE/feat.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feat.yml b/.github/ISSUE_TEMPLATE/feat.yml index 9b8f75e..5c9a104 100644 --- a/.github/ISSUE_TEMPLATE/feat.yml +++ b/.github/ISSUE_TEMPLATE/feat.yml @@ -6,6 +6,13 @@ body: attributes: value: | Thanks for contributing to Katharsis, please go ahead and describe your proposal! + - type: textarea + id: feature_description + attributes: + label: Feature Description + description: The specific details of the feature. + validations: + required: true - type: textarea id: rationale attributes: