From a862520f3259ea28cb7c8a8c48870c80e237cafe Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 9 Oct 2022 15:22:33 +1100 Subject: [PATCH] change order of paragraphs in contributing doc. --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index aee8d13..e8e1ed9 100644 --- a/contributing.md +++ b/contributing.md @@ -17,8 +17,6 @@ There is a class outline for an [introduction to Git and GitHub aimed at librari To update information about library *services* (e.g. fines info, loan period etc) you should edit `website/data/library_services_information.csv`. -After your Pull Request is merged, a script will automatically merge data from `website/data/library_services_information.csv` into `website/data/boundaries.topo.json`. Please do not edit the `topo.json` file directly. - To update information about library *locations* (e.g. street address, phone number, coordinates) you should edit the relevant csv location file: * `website/data/indigenous_knowledge_centre_locations.csv` @@ -26,6 +24,8 @@ To update information about library *locations* (e.g. street address, phone numb * `website/data/nsla_library_locations.csv` * `website/data/public_library_locations.csv` +After your Pull Request is merged, a script will automatically merge data from `website/data/library_services_information.csv` into `website/data/boundaries.topo.json`. Please do not edit the `topo.json` file directly. + ### Citing and crediting data sources If you are adding a lot of data and have a new source for it, make sure it is cited. You should update the list of sources at both `sources.md` *and* `website/sources/index.html`. If your source is "I just know because it's my local library" or "I looked it up on their website" you don't need to add that to the list of sources. If your source is "I found a PDF listing every public library on the State Library website", you do.