From 54257e4667ee6d89062f51d0c1daaaa566c7a59b Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Tue, 15 Jul 2025 22:07:42 -0500 Subject: [PATCH] add new naming issue template --- .github/ISSUE_TEMPLATE/naming _issue.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/naming _issue.md diff --git a/.github/ISSUE_TEMPLATE/naming _issue.md b/.github/ISSUE_TEMPLATE/naming _issue.md new file mode 100644 index 0000000..a28e3f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/naming _issue.md @@ -0,0 +1,13 @@ +--- +name: Naming issue +about: A city, airport or other location is not named correctly +title: 'Name Issue: ' +labels: naming +assignees: '' + +--- +This form is not for reporting a location that you can not find from the search box. + +Use this form to help us rename airports, points of interest and other data provided from the API (rarely updated) to a better name. For example the airport in Broomfield colorado was renamed from "Jeffco" in the API to "Rocky Mountain Metro" it's new name. + +You can also make a pull request on the `[station-overrides.mjs](https://github.com/netbymatt/ws4kp/blob/main/datagenerators/stations-states.mjs)` file which includes instructions on how to make the change directly. This is the preferred method. \ No newline at end of file