diff --git a/contributing.md b/contributing.md index 61718e4..e8d2290 100644 --- a/contributing.md +++ b/contributing.md @@ -8,6 +8,10 @@ I'd love your help to make *Library Map* as accurate and useful as possible. 2. You can [send a pull request](https://docs.github.com/en/github/.collaborating-with-issues-and-pull-requests/about-pull-requests) — though it is *strongly preferred* that you either ask to be assigned to an existing issue, or create a new issue, first. 3. You can just send an email to `librarymap`@`hugh`.`run`. +### If you have not used Git or GitHub before + +There is a class outline for an [introduction to Git and GitHub aimed at librarians](https://librarycarpentry.org/lc-git/) at `librarycarpentry.org`. This assumes you are using the command line. If you create or already have a GitHub account, you can also [edit files directly in the browser](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository), or use [GitHub Desktop](https://desktop.github.com/) - both of which are probably less intimidating options if you don't have any desire to learn how to use a command line/shell interface, or just want to make a single minor update. + ### Which files to update To update information about library *services* (e.g. fines info, loan period etc) you should edit `website/data/library_services_information.csv` diff --git a/website/contributing/index.html b/website/contributing/index.html index c4313d2..3c396cf 100644 --- a/website/contributing/index.html +++ b/website/contributing/index.html @@ -35,6 +35,8 @@
  • You can send a pull request — though it is strongly preferred that you either ask to be assigned to an existing issue, or create a new issue, first.
  • You can just send an email to librarymap@hugh.run.
  • +

    If you have not used Git or GitHub before

    +

    There is a class outline for an introduction to Git and GitHub aimed at librarians at librarycarpentry.org. This assumes you are using the command line. If you create or already have a GitHub account, you can also edit files directly in the browser, or use GitHub Desktop - both of which are probably less intimidating options if you don’t have any desire to learn how to use a command line/shell interface, or just want to make a single minor update.

    Which files to update

    To update information about library services (e.g. fines info, loan period etc) you should edit website/data/library_services_information.csv

    To update information about library locations (e.g. street address, phone number, coordinates) you shoudl edit the relevant csv location file:

    @@ -62,7 +64,7 @@

    By contributing to this project you agree to license your work under the following licenses:

    /website/data/*: CC-BY-SA

    -

    everything else: GPL-3.0-or-later

    +

    everything else: GPL-3.0-or-later