Update docs, roadmap, and F-Droid metadata [skip ci]
This commit is contained in:
20
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
20
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 🐛 Bug Report / Fehlerbericht
|
||||
name: "🐛 Bug Report / Fehlerbericht"
|
||||
description: Melde einen Fehler in der App / Report a bug in the app
|
||||
title: "[BUG] "
|
||||
labels: ["bug"]
|
||||
@@ -13,7 +13,7 @@ body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 🐛 Beschreibung / Description
|
||||
label: "🐛 Beschreibung / Description"
|
||||
description: Beschreibe den Fehler kurz und präzise / Describe the bug briefly and precisely
|
||||
placeholder: "z.B. Auto-Sync funktioniert nicht mehr nach App-Update / e.g. Auto-sync stopped working after app update"
|
||||
validations:
|
||||
@@ -22,9 +22,11 @@ body:
|
||||
- type: dropdown
|
||||
id: android-version
|
||||
attributes:
|
||||
label: 📱 Android Version
|
||||
label: "📱 Android Version"
|
||||
description: Welche Android Version verwendest du? / Which Android version are you using?
|
||||
options:
|
||||
- Android 16
|
||||
- Android 15
|
||||
- Android 14
|
||||
- Android 13
|
||||
- Android 12
|
||||
@@ -40,7 +42,7 @@ body:
|
||||
- type: input
|
||||
id: app-version
|
||||
attributes:
|
||||
label: 📲 App Version
|
||||
label: "📲 App Version"
|
||||
description: Welche Version der App verwendest du? (Einstellungen → Über) / Which app version? (Settings → About)
|
||||
placeholder: "z.B. / e.g. v1.1.0"
|
||||
validations:
|
||||
@@ -49,7 +51,7 @@ body:
|
||||
- type: input
|
||||
id: device
|
||||
attributes:
|
||||
label: 📱 Gerät / Device
|
||||
label: "📱 Gerät / Device"
|
||||
description: Welches Gerät verwendest du? / Which device are you using?
|
||||
placeholder: "z.B. Samsung Galaxy S21, Google Pixel 7, etc."
|
||||
validations:
|
||||
@@ -58,7 +60,7 @@ body:
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: 🔄 Schritte zum Reproduzieren / Steps to Reproduce
|
||||
label: "📋 Schritte zum Reproduzieren / Steps to Reproduce"
|
||||
description: Wie kann der Fehler reproduziert werden? / How can the bug be reproduced?
|
||||
placeholder: |
|
||||
1. Öffne die App / Open the app
|
||||
@@ -71,7 +73,7 @@ body:
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: ✅ Erwartetes Verhalten / Expected Behavior
|
||||
label: "✅ Erwartetes Verhalten / Expected Behavior"
|
||||
description: Was sollte passieren? / What should happen?
|
||||
placeholder: "z.B. Notizen sollten alle 30 Min synchronisiert werden / e.g. Notes should sync every 30 min"
|
||||
validations:
|
||||
@@ -80,7 +82,7 @@ body:
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: ❌ Tatsächliches Verhalten / Actual Behavior
|
||||
label: "❌ Tatsächliches Verhalten / Actual Behavior"
|
||||
description: Was passiert stattdessen? / What happens instead?
|
||||
placeholder: "z.B. Sync funktioniert nicht, keine Notification / e.g. Sync doesn't work, no notification"
|
||||
validations:
|
||||
@@ -89,7 +91,7 @@ body:
|
||||
- type: dropdown
|
||||
id: sync-enabled
|
||||
attributes:
|
||||
label: <EFBFBD> Auto-Sync aktiviert? / Auto-Sync enabled?
|
||||
label: Auto-Sync aktiviert? / Auto-Sync enabled?
|
||||
options:
|
||||
- "Ja / Yes"
|
||||
- "Nein / No"
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,11 +1,11 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 📖 Dokumentation / Documentation
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
|
||||
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
18
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 💡 Feature Request / Feature-Wunsch
|
||||
name: "💡 Feature Request / Feature-Wunsch"
|
||||
description: Schlage eine neue Funktion vor / Suggest a new feature
|
||||
title: "[FEATURE] "
|
||||
labels: ["enhancement"]
|
||||
@@ -11,7 +11,7 @@ body:
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: 💡 Feature-Beschreibung / Feature Description
|
||||
label: "💡 Feature-Beschreibung / Feature Description"
|
||||
description: Was möchtest du hinzugefügt haben? / What would you like to be added?
|
||||
placeholder: "z.B. Notizen sollten Markdown-Formatierung unterstützen / e.g. Notes should support markdown formatting"
|
||||
validations:
|
||||
@@ -20,7 +20,7 @@ body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: 🎯 Problem / Motivation
|
||||
label: "🎯 Problem / Motivation"
|
||||
description: Welches Problem würde dieses Feature lösen? / What problem would this feature solve?
|
||||
placeholder: "z.B. Ich möchte Code-Snippets und Listen in meinen Notizen formatieren / e.g. I want to format code snippets and lists in my notes"
|
||||
validations:
|
||||
@@ -29,7 +29,7 @@ body:
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: 📝 Vorgeschlagene Lösung / Proposed Solution
|
||||
label: "📝 Vorgeschlagene Lösung / Proposed Solution"
|
||||
description: Wie könnte das Feature funktionieren? / How could the feature work?
|
||||
placeholder: "z.B. Markdown-Editor mit Live-Preview / e.g. Markdown editor with live preview"
|
||||
validations:
|
||||
@@ -38,7 +38,7 @@ body:
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: 🔄 Alternativen / Alternatives
|
||||
label: "🔄 Alternativen / Alternatives"
|
||||
description: Hast du andere Lösungsansätze in Betracht gezogen? / Have you considered other solutions?
|
||||
validations:
|
||||
required: false
|
||||
@@ -46,7 +46,7 @@ body:
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: 📱 Plattform / Platform
|
||||
label: "📱 Plattform / Platform"
|
||||
description: Für welche Komponente ist das Feature? / For which component is the feature?
|
||||
options:
|
||||
- Android App
|
||||
@@ -59,7 +59,7 @@ body:
|
||||
- type: dropdown
|
||||
id: priority
|
||||
attributes:
|
||||
label: 🌟 Priorität (aus deiner Sicht) / Priority (from your perspective)
|
||||
label: "⭐ Priorität (aus deiner Sicht) / Priority (from your perspective)"
|
||||
options:
|
||||
- Nice to have
|
||||
- Wichtig / Important
|
||||
@@ -70,7 +70,7 @@ body:
|
||||
- type: checkboxes
|
||||
id: willing-to-contribute
|
||||
attributes:
|
||||
label: 🤝 Beitragen / Contribute
|
||||
label: "🤝 Beitragen / Contribute"
|
||||
options:
|
||||
- label: Ich würde gerne bei der Implementierung helfen / I would like to help with implementation
|
||||
required: false
|
||||
@@ -78,7 +78,7 @@ body:
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: 🔧 Zusätzliche Informationen / Additional Context
|
||||
label: "🔧 Zusätzliche Informationen / Additional Context"
|
||||
description: Screenshots, Mockups, Links, ähnliche Apps, etc.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
14
.github/ISSUE_TEMPLATE/question.yml
vendored
14
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: ❓ Question / Frage
|
||||
name: "❓ Question / Frage"
|
||||
description: Stelle eine Frage zur Nutzung / Ask a question about usage
|
||||
title: "[QUESTION] "
|
||||
labels: ["question"]
|
||||
@@ -11,7 +11,7 @@ body:
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: ❓ Frage / Question
|
||||
label: "❓ Frage / Question"
|
||||
description: Was möchtest du wissen? / What would you like to know?
|
||||
placeholder: "z.B. Wie kann ich die Sync-URL für einen externen Server konfigurieren? / e.g. How can I configure the sync URL for an external server?"
|
||||
validations:
|
||||
@@ -20,7 +20,7 @@ body:
|
||||
- type: checkboxes
|
||||
id: documentation-checked
|
||||
attributes:
|
||||
label: 📚 Dokumentation gelesen / Documentation checked
|
||||
label: "📚 Dokumentation gelesen / Documentation checked"
|
||||
description: Hast du bereits in der Dokumentation nachgeschaut? / Have you already checked the documentation?
|
||||
options:
|
||||
- label: Ich habe die [README](https://github.com/inventory69/simple-notes-sync/blob/main/README.md) gelesen / I have read the README
|
||||
@@ -33,7 +33,7 @@ body:
|
||||
- type: textarea
|
||||
id: tried
|
||||
attributes:
|
||||
label: 🔍 Was hast du bereits versucht? / What have you already tried?
|
||||
label: "🔍 Was hast du bereits versucht? / What have you already tried?"
|
||||
description: Hilf uns, dir besser zu helfen / Help us help you better
|
||||
placeholder: "z.B. Ich habe versucht die Server-URL anzupassen, aber... / e.g. I tried adjusting the server URL, but..."
|
||||
validations:
|
||||
@@ -42,7 +42,7 @@ body:
|
||||
- type: dropdown
|
||||
id: topic
|
||||
attributes:
|
||||
label: <EFBFBD> Thema / Topic
|
||||
label: "📌 Thema / Topic"
|
||||
description: Um was geht es? / What is this about?
|
||||
options:
|
||||
- Server Setup / Server-Einrichtung
|
||||
@@ -57,7 +57,7 @@ body:
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: <EFBFBD> Kontext / Context
|
||||
label: "💬 Kontext / Context"
|
||||
description: Zusätzliche Informationen die hilfreich sein könnten / Additional information that might be helpful
|
||||
placeholder: |
|
||||
- Android Version: Android 13
|
||||
@@ -70,7 +70,7 @@ body:
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: 🔧 Screenshots / Config
|
||||
label: "🔧 Screenshots / Config"
|
||||
description: Falls hilfreich (KEINE Passwörter!) / If helpful (NO passwords!)
|
||||
validations:
|
||||
required: false
|
||||
|
||||
28
.github/workflows/build-production-apk.yml
vendored
28
.github/workflows/build-production-apk.yml
vendored
@@ -116,26 +116,26 @@ jobs:
|
||||
prerelease: false
|
||||
generate_release_notes: false
|
||||
body: |
|
||||
## 📋 Changelog / Release Notes
|
||||
|
||||
${{ env.CHANGELOG_EN }}
|
||||
|
||||
<details>
|
||||
<summary>🇩🇪 German Version</summary>
|
||||
|
||||
${{ env.CHANGELOG_DE }}
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## 📦 Downloads
|
||||
|
||||
| Variante | Datei | Info |
|
||||
|----------|-------|------|
|
||||
| **🏆 Empfohlen** | `simple-notes-sync-v${{ env.VERSION_NAME }}-standard.apk` | Standard-Version (funktioniert auf allen Geraeten) |
|
||||
| F-Droid | `simple-notes-sync-v${{ env.VERSION_NAME }}-fdroid.apk` | Fuer F-Droid Store |
|
||||
|
||||
---
|
||||
|
||||
## 📋 Changelog / Release Notes
|
||||
|
||||
${{ env.CHANGELOG_DE }}
|
||||
|
||||
<details>
|
||||
<summary>🌍 English Version</summary>
|
||||
|
||||
${{ env.CHANGELOG_EN }}
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 📊 Build-Info
|
||||
|
||||
Reference in New Issue
Block a user