repo descriptions updated

This commit is contained in:
2026-08-08 10:36:34 +00:00
parent daeb08c054
commit 2786f12ab6
13 changed files with 94 additions and 89 deletions
+10 -17
View File
@@ -1,26 +1,19 @@
# Contributing to AssetManager
Contributions, bug reports, and forks are welcome.
Contributions and bug reports are welcome.
## Pull requests
- 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/`.
- Keep each pull request focused on a clear feature, fix, or documentation improvement.
- Do not include credentials, personal data, private infrastructure details, logs, databases, backups, or runtime configuration.
- Do not copy third-party source code, graphics, or text unless the license is compatible and all required notices are preserved.
- Mention third-party products only when documenting an actual integration, dependency, or compatibility requirement.
- Add user-visible text through the translation system for every supported language.
- User-interface changes must remain usable in both light and dark mode.
- Update relevant public documentation when released behavior changes.
## Before submitting
```bash
python tools/check_public_release.py
python tools/check_translations.py
python tools/validate_release.py
```
By intentionally submitting a contribution, you confirm that you are authorized to publish it and that it may be distributed under the Apache License 2.0 used by this project.
## Third-party components
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.
Review new dependencies for license compatibility, provenance, maintenance status, and security risks. Update `THIRD_PARTY_NOTICES.md` when a distributed dependency changes.