diff --git a/ldregistry/templates/about/contributing.vm b/ldregistry/templates/about/contributing.vm index 2625c2a2..77b2ac52 100644 --- a/ldregistry/templates/about/contributing.vm +++ b/ldregistry/templates/about/contributing.vm @@ -14,6 +14,7 @@
+

How to fix a typographical error.

## container will be closed by footer diff --git a/ldregistry/templates/about/simpleworkflow.vm b/ldregistry/templates/about/simpleworkflow.vm new file mode 100644 index 00000000..5c474770 --- /dev/null +++ b/ldregistry/templates/about/simpleworkflow.vm @@ -0,0 +1,10 @@ +
  • Go to GitHub (you will need an account, and to be logged in) and go to https://github.com/wmo-registers/code-manuals/tree/master/typo_fixes
  • +
  • Make a new file, using the ‘new file’ button.
  • +
  • Name the file, ending in .ttl
  • +
  • Copy and paste all the amended text into the new file.
  • +
  • When you are proposing the new file, add an extended description so we know what you’ve changed.
  • +
  • Hit the green ‘propose new file’ button.
  • +
  • Review your change and hit the green ‘create pull request’ button.
  • +
  • That’s it - thanks!
  • +
  • Next up we’ll talk to our experts about the change you’ve suggested then evaluate it in our test system.
  • +
  • We’ll get back to you through GitHub with an update to let you know what’s happening and if there’s further input we’d like from you.
  • diff --git a/ldregistry/templates/about/typofixes.vm b/ldregistry/templates/about/typofixes.vm new file mode 100644 index 00000000..76733501 --- /dev/null +++ b/ldregistry/templates/about/typofixes.vm @@ -0,0 +1,28 @@ +23 lines (16 sloc) 597 Bytes +#parse("header.vm") +#set($nav="about") +#parse("navbar.vm") + +
    +
    +

    Contributing to the WMO Codes Registry

    + + World Meteorological Organization + +
    +
    + +
    +
    +If you notice a typo in the register, for example, you notice ‘velocity’ is spelled ‘vecolity’, this is how you can get it changed: + +
    1. The first step is to get the text so you can change it - so download the content in the RDF ttl-plain format.
    2. +
    3. Open the file with a text editor, find the typo and fix all instances of it.
    4. +#parse("about/simpleworkflow.vm") +
    + +
    + ## container will be closed by footer + + +#parse("footer.vm")