From: Alan T. DeKok Date: Wed, 7 Jan 2026 01:07:09 +0000 (-0500) Subject: add feature template X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388a623fe73ca62922f0489b2306b160f437eab5;p=thirdparty%2Ffreeradius-server.git add feature template --- diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000000..24afcf852a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: Used to report a request a new feature, updated documentation, etc. +title: "[feature]: " +labels: [feature enhancement] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request. + - type: dropdown + id: defect_type + attributes: + label: What type of feature is needed? + options: + - More documentation + - Small feature, a tweak to existing behavior + - Changed behavior to existing functionality + - Proposal for new functionality + validations: + required: true + - type: textarea + id: description + attributes: + label: What is the feature? + description: A clear and concise description of what the feature should do. + placeholder: + validations: + required: true