From 4fe3040f85582463c04c2b28f3804fc75cb6e5ad Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Mon, 31 Aug 2026 09:02:30 +0200 Subject: [PATCH] docs: add data and provenance contribution rules --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..3ecfc16e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +Keep GeoIntel changes reproducible, privacy-preserving and free from generated workspace state. + +- Branch from the protected default branch. +- Use synthetic or explicitly redistributable imagery, coordinates and datasets in tests and documentation. +- Do not commit `.codex-input` contents, SQLite/WAL/SHM files, archives, contact sheets, model outputs, private maps, credentials or local deployment data. +- Document the origin, license and intended use of every external dataset, model and media asset. +- Add tests for behavioural changes and run the documented backend, frontend, geospatial and managed validation gates. +- Explain data-model, coordinate-system, model, privacy and deployment impact in the pull request. + +Report security issues according to `SECURITY.md`.