20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# Contributing to AssetManager
|
|
|
|
Contributions and bug reports are welcome.
|
|
|
|
## Pull requests
|
|
|
|
- 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.
|
|
|
|
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 new dependencies for license compatibility, provenance, maintenance status, and security risks. Update `THIRD_PARTY_NOTICES.md` when a distributed dependency changes.
|