]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add feature template
authorAlan T. DeKok <aland@freeradius.org>
Wed, 7 Jan 2026 01:07:09 +0000 (20:07 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 7 Jan 2026 01:07:09 +0000 (20:07 -0500)
.github/ISSUE_TEMPLATE/feature.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644 (file)
index 0000000..24afcf8
--- /dev/null
@@ -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