Compare commits

...

5 Commits

4 changed files with 19 additions and 10 deletions
+16 -8
View File
@@ -4,12 +4,20 @@ Dieses Repository dient dem Live-Test aller Forgejo-Funktionen.
## Getestete Funktionen
- Repository anlegen
- Dateien erstellen (README.md)
- Branches
- Issues & Labels
- Milestones
- Pull Requests
- Releases
- Repository anlegen
- Dateien erstellen (README.md, hello.py, feature.txt)
- Branches (erstellen, auflisten)
- ✅ Labels (feature, bug)
- Milestones (v1.0)
- ✅ Issues mit Labels & Milestones
- ✅ Issue-Kommentare
- ✅ Commits (Liste, Compare)
- ✅ Pull Requests (erstellen, mergen)
- ✅ Tags (v1.0)
- ✅ Releases (v1.0)
- ⬜ Datei updaten (DAS IST GERADE)
- ⬜ Datei löschen
- ⬜ Star/Unstar
- ⬜ Repo-Suche
Erstellt am: 03.06.2026
Erstellt am: 03.06.2026 | Geupdatet: jetzt
+2
View File
@@ -0,0 +1,2 @@
Das ist eine Neuerung im feature-Branch.
Test furna commits und pull requests.
+1
View File
@@ -0,0 +1 @@
Automatische Base64-Kodierung funktioniert!
-2
View File
@@ -1,2 +0,0 @@
print("Hello, Forgejo!")
print("Live-Test über Forgejo-Funktionen")