]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
New configuration paths (#89)
[nominatim-ui.git] / CONTRIBUTE.md
index e11ae1721307932fbe2b0854df23ce28d352cb33..e8c56e3b08d4c10c8be20cfe0ecdd3ecaa4344d0 100644 (file)
@@ -1,10 +1,13 @@
 # Developing Nominatim-UI
 
+[![Continuous Integration](https://github.com/osm-search/nominatim-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/osm-search/nominatim-ui/actions/workflows/ci.yml)
+
 ## Background
 
 The user interface used to be included in the geocoder. Thus the
 first version avoid being a redesign and still uses some of the
-same configuration values.
+same configuration values. Version 2 was a full refactor using
+Svelte. Version 3 added theme and easier configuration.
 
 Uses [svelte](https://svelte.dev/) framework,
 [leaflet](https://leafletjs.com/) for map interaction,