diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000..6744e65
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,30 @@
+name: Feature Request
+description: Request a Vendroid-specific feature.
+labels: [enhancement]
+title: "[Bug]
"
+
+body:
+ - type: markdown
+ attributes:
+ value: |
+ > [!INFO]
+ > This is not for requesting plugins that should be available outside of Vendroid.
+
+ - type: textarea
+ id: feature-desc
+ attributes:
+ label: Feature description
+ description: Describe the feature in detail.
+ validations:
+ required: true
+
+ - type: checkboxes
+ id: agreement-check
+ attributes:
+ label: Request agreement
+ description: Make sure that
+ options:
+ - label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
+ required: true
+ - label: I have checked for duplicates in the repo
+ required: true
\ No newline at end of file