Add GitHub Issue & PR templates
This commit is contained in:
parent
1b3ecbb3db
commit
4e042edaaf
4 changed files with 75 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: ✨ Feature Request
|
||||
about: Du hast eine Idee oder willst eine Funktion vorschlagen? Her damit!
|
||||
title: "[Feature]: "
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
### 🚀 Beschreibung der Funktion
|
||||
|
||||
Was soll die neue Funktion können?
|
||||
|
||||
### 🧠 Warum ist das nützlich?
|
||||
|
||||
Welches Problem löst das Feature oder wie verbessert es das Tool?
|
||||
|
||||
### 💡 Vorschläge zur Umsetzung (optional)
|
||||
|
||||
Wie könnte man das technisch umsetzen?
|
||||
|
||||
### 🔗 Relevante Verweise (optional)
|
||||
|
||||
Links, Screenshots, Mockups oder Referenzcode.
|
||||
Loading…
Add table
Add a link
Reference in a new issue