add feature request template

This commit is contained in:
2026-08-30 10:40:50 +02:00
parent bf09c55d2f
commit f620bd41fa
+27
View File
@@ -0,0 +1,27 @@
---
name: "Feature Request"
about: "Request a function/feature be added"
title: "function name: what it does"
ref: "main"
assignees: []
projects:
labels:
- enhancement
---
## Description
Describe in detail what the function does/what feature you want added
## Motivation
What would be improved? / What is your usecase?
## ABI suggestion
what parameters should the function have?
what should it return?
```asm
code
```