From b4d868434ff7e5258bb47bf53d4bd33f8ed12e31 Mon Sep 17 00:00:00 2001 From: inventory69 Date: Tue, 23 Dec 2025 23:45:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20GitHub=20Issue=20Templates?= =?UTF-8?q?=20(Bug/Feature/Question)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bug report template with system info and reproduction steps - Feature request template with priority selection - Question template with documentation checklist - Config with links to docs and troubleshooting - All templates bilingual (DE/EN) [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yml | 61 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 ++++ .github/ISSUE_TEMPLATE/feature_request.yml | 53 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question.yml | 34 ++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .github/ISSUE_TEMPLATE/question.yml 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 + +