Translate repository documentation and reorganize version history
This commit is contained in:
+14
-14
@@ -1,19 +1,19 @@
|
||||
# Mitwirken am AssetManager
|
||||
# Contributing to AssetManager
|
||||
|
||||
Beiträge, Fehlerberichte und Forks sind willkommen.
|
||||
Contributions, bug reports, and forks are welcome.
|
||||
|
||||
## Pull Requests
|
||||
## Pull requests
|
||||
|
||||
- Ein Pull Request ist ein Vorschlag. Die Projektpflege entscheidet, ob, wann und in welcher Form er aufgenommen wird.
|
||||
- Durch das bewusste Einreichen eines Beitrags bestätigst du, dass du zur Veröffentlichung berechtigt bist und der Beitrag unter der Apache License 2.0 lizenziert werden darf.
|
||||
- Kopiere keinen fremden Quellcode, keine Grafiken und keine Texte ohne nachweisbar kompatible Lizenz und erforderliche Urheber- oder Lizenzhinweise.
|
||||
- Nenne andere Produkte in öffentlichem Programmcode, Kommentaren, Versionshinweisen und Dokumentationen nur, wenn eine tatsächliche technische Integration, Abhängigkeit oder erforderliche Kompatibilität beschrieben wird. Reine Vergleiche mit anderen Produkten gehören nicht in den veröffentlichten Quellstand.
|
||||
- Änderungen sollen möglichst auf den betroffenen Bereich begrenzt sein und bestehende Funktionen nicht ohne sachlichen Grund verändern.
|
||||
- Neue sichtbare Texte müssen vollständig in das vorhandene Übersetzungssystem aufgenommen werden.
|
||||
- Neue oder geänderte Oberflächen müssen mit dem bestehenden Hell- und Darkmode funktionieren.
|
||||
- Aktualisiere bei einem Release `VERSION`, `app/version.py`, README und den passenden Versionshinweis.
|
||||
- A pull request is a proposal. The maintainer decides whether, when, and in which form it is included.
|
||||
- By intentionally submitting a contribution, you confirm that you are authorized to publish it and that it may be licensed under the Apache License 2.0.
|
||||
- Do not copy third-party source code, graphics, or text without a demonstrably compatible license and all required copyright or license notices.
|
||||
- Mention other products in public source code, comments, release notes, and documentation only when documenting an actual integration, dependency, or required compatibility. Pure product comparisons do not belong in the public source tree.
|
||||
- Keep changes focused on the affected area and avoid modifying existing functionality without a valid technical reason.
|
||||
- Add every new user-visible string to the existing translation system for all supported languages.
|
||||
- New or changed user interfaces must work in both light and dark mode.
|
||||
- For a release, update `VERSION`, `app/version.py`, `README.md`, and the corresponding file under `docs/version-history/`.
|
||||
|
||||
## Vor dem Einreichen
|
||||
## Before submitting
|
||||
|
||||
```bash
|
||||
python tools/check_public_release.py
|
||||
@@ -21,6 +21,6 @@ python tools/check_translations.py
|
||||
python tools/validate_release.py
|
||||
```
|
||||
|
||||
## Drittkomponenten
|
||||
## Third-party components
|
||||
|
||||
Neue Abhängigkeiten müssen vor Aufnahme auf Lizenzkompatibilität, Herkunft, Wartungszustand und Sicherheitsrisiken geprüft werden. Ergänze `THIRD_PARTY_NOTICES.md` und stelle sicher, dass erforderliche Lizenz- oder NOTICE-Dateien im ausgelieferten Produkt erhalten bleiben.
|
||||
Review every new dependency for license compatibility, provenance, maintenance status, and security risks. Update `THIRD_PARTY_NOTICES.md` and preserve all required license or NOTICE files in distributed products.
|
||||
|
||||
Reference in New Issue
Block a user