[openstreetmap/openstreetmap-website] Rejecting edits at the null island (0,0) (Issue #5279)
### Problem What about rejecting edits where a node, or a way's node, has coordinates 0, 0 ([null island](https://en.wikipedia.org/wiki/Null_Island))? It must always be a bug in the editor. ### Description _No response_ ### Screenshots _No response_ -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5279 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailing list rails-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/rails-dev
[openstreetmap/openstreetmap-website] [Feature request] Changelog (Issue #5950)
opk12 created an issue (openstreetmap/openstreetmap-website#5950) ### Problem What about having a proper changelog? Standard software development practice is to mark a version as a `tag` or a `release` and fully describe new features and changes under the relevant entry found [here](https://github.com/openstreetmap/openstreetmap-website/releases). Projects where the planned changes are not frequent or impactful often opt for a simpler `CHANGELOG` file. * People know what new features they can use. * People know what to test across browser versions and what's likely to break. * People can follow via [this](https://github.com/openstreetmap/openstreetmap-website/tags.atom) or [this](https://github.com/openstreetmap/openstreetmap-website/releases.atom) GitHub-made [Atom](https://en.wikipedia.org/wiki/Atom_(web_standard)) feeds. This was recently asked [here](https://community.openstreetmap.org/t/how-to-stay-updated-on-changes-to-osm-org/128889) on the community forum. ### Description _No response_ ### Screenshots _No response_ -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5950 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailing list rails-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/rails-dev
Re: [openstreetmap/openstreetmap-website] [Feature request] Changelog (Issue #5950)
opk12 left a comment (openstreetmap/openstreetmap-website#5950) Ah, to be clear, it's not a duplicate of the git history, the 99.99% of the volunteer FOSS projects provides a 1-line summary + link to PR, for the user-visible changes. I think that [continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) is not incompatible with, say, a standard `CHANGELOG` file with date / commit + summary + link to PR, if you don't like git tags. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5950#issuecomment-2830323271 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailing list rails-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/rails-dev