From 704d5c4935bc00815213c389d6f435d175c1ee5a Mon Sep 17 00:00:00 2001 From: Roy Hewitt Date: Sun, 25 Oct 2015 09:29:36 -0400 Subject: [PATCH] Update CONTRIBUTING.md Add conversion of abcs of cartography to new glossary. Specifically a call for non-coders who would like to contribute. --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1001678..4788f00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,19 @@ Found an issue? If you find a bug, or issue in the documentation, you can help us out by [creating a new issue](https://github.com/maptime/maptime.github.io/issues/new) on Github. Pull Requests are __always__ welcome! +Want to contribute without writing code? +---------------------------------------- +Help us move the [abs-of-cartography](https://github.com/maptime/abcs-of-cartography/wiki) over to our [glossary](https://github.com/maptime/maptime.github.io/blob/master/_data/glossary.yml). Each entry in the wiki should have an entry in the website's glossary. The format is as follows: + +```yml +# Add a term to the glossary: +- term: (string) + definition: (html string) + tags: (array) + image: (optional) + src: Filename (string) -- PLACE IMAGES IN `/img` + alt: For screen readers (string) +``` Submitting a Pull Request -------------------------