diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..2e14b5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,61 @@ +--- +name: Bug Report / Fehlerbericht +about: Melde einen Fehler in der App / Report a bug in the app +title: '[BUG] ' +labels: bug +assignees: '' + +--- + +## 🐛 Beschreibung / Description + + + +--- + +## 📱 Systeminfo / System Info + +- **Android Version:** (z.B. / e.g. Android 13) +- **App Version:** (z.B. / e.g. v1.1.0) +- **Gerät / Device:** (z.B. / e.g. Samsung Galaxy S21) + +--- + +## 🔄 Schritte zum Reproduzieren / Steps to Reproduce + +1. +2. +3. + +--- + +## ✅ Erwartetes Verhalten / Expected Behavior + + + +--- + +## ❌ Tatsächliches Verhalten / Actual Behavior + + + +--- + +## 📸 Screenshots / Logs + + + +
+LogCat (optional) + +``` +Füge hier LogCat Output ein / Paste LogCat output here +``` + +
+ +--- + +## 🔧 Zusätzliche Informationen / Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2af9ece --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 📖 Dokumentation / Documentation + url: https://github.com/inventory69/simple-notes-sync/blob/main/README.md + about: Schau zuerst in die Dokumentation / Check documentation first + - name: 🚀 Quick Start Guide + url: https://github.com/inventory69/simple-notes-sync/blob/main/QUICKSTART.md + about: Schritt-für-Schritt Anleitung / Step-by-step guide + - name: 🐛 Troubleshooting + url: https://github.com/inventory69/simple-notes-sync/blob/main/QUICKSTART.md#troubleshooting + about: Häufige Probleme und Lösungen / Common issues and solutions diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..3c0154f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,53 @@ +--- +name: Feature Request / Feature-Wunsch +about: Schlage eine neue Funktion vor / Suggest a new feature +title: '[FEATURE] ' +labels: enhancement +assignees: '' + +--- + +## 💡 Feature-Beschreibung / Feature Description + + + +--- + +## 🎯 Problem / Motivation + + + +--- + +## 📝 Vorgeschlagene Lösung / Proposed Solution + + + +--- + +## 🔄 Alternativen / Alternatives + + + +--- + +## 📱 Plattform / Platform + +- [ ] Android App +- [ ] WebDAV Server +- [ ] Dokumentation / Documentation +- [ ] Andere / Other: ___________ + +--- + +## 🌟 Priorität (aus deiner Sicht) / Priority (from your perspective) + +- [ ] Nice to have +- [ ] Wichtig / Important +- [ ] Kritisch / Critical + +--- + +## 🔧 Zusätzliche Informationen / Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..d442d74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,34 @@ +--- +name: Question / Frage +about: Stelle eine Frage zur Nutzung / Ask a question about usage +title: '[QUESTION] ' +labels: question +assignees: '' + +--- + +## ❓ Frage / Question + + + +--- + +## 🔍 Was hast du bereits versucht? / What have you already tried? + + + +- [ ] [Quick Start Guide](https://github.com/inventory69/simple-notes-sync/blob/main/QUICKSTART.md) gelesen / read +- [ ] [Troubleshooting](https://github.com/inventory69/simple-notes-sync/blob/main/QUICKSTART.md#troubleshooting) durchgearbeitet / checked +- [ ] [DOCS.md](https://github.com/inventory69/simple-notes-sync/blob/main/DOCS.md) gelesen / read + +--- + +## 📱 Kontext / Context + + + +--- + +## 🔧 Zusätzliche Informationen / Additional Information + +