Skip to content

Commit

Permalink
Added link to adding a new register (#42)
Browse files Browse the repository at this point in the history
* Create new_register.vm
  • Loading branch information
Crocstar authored and marqh committed Jul 28, 2016
1 parent a6606b3 commit 437853a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ldregistry/templates/about/contributing.vm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="container">
<div class="row">

<p> <a href="$uiroot/about/new_register">How to provide a new register of content.</a> </p>
<p> <a href="$uiroot/about/typofixes">How to fix a typographical error.</a> </p>
<p> <a href="$uiroot/about/translation">How to submit a language translation of an existing code.</a> </p>

Expand Down
42 changes: 42 additions & 0 deletions ldregistry/templates/about/new_register.vm
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

#parse("header.vm")
#set($nav="about")
#parse("navbar.vm")

<div class="jumbotron">
<div class="container">
<h1>How to provide a new register of content</h1>
<a href="http://www.wmo.int/pages/index_en.html">
<img class="float-right" src="$uiroot/img/wmo-logo-official-blue-on-white-trunc.png" alt="World Meteorological Organization" name="logoWMO" width="169" height="144" border="5"></img>
</a>
</div>
</div>

<div class="container">
<div class="row">
<p> <a href="$uiroot/about/new_register">How to provide a new register of content.</a> </p>
<p>The relevant expert or task team in the WMO will review the information in the register you are submitting and make the decision whether to publish it. This team and the WMO secretariat are responsible for approving the exact content to be published within the WMO name space.
</p>
<ol>
<li>Put together a request for change as a pull request on https://github.com/wmo-registers/code-manuals.</li>
<ol><li>Put the information you have ready into the request. This can be structured already (such as lists of terms) but doesn’t have to be. We will work with you to gather the right information and format it.</li>
</ol>
<li>This pull request stays open until your new content is approved and added, or not deemed suitable and rejected. You are responsible for responding to comments on the pull request and updating the content accordingly (managing it to completion).</li>
<li>The pull request will be reviewed by a register manager to make sure it works in the system (if it doesn’t you’ll be helped through this on the pull request).</li>
<li>The new content will then be published to the WMO Registers test website for review by WMO experts.</li>
<li>The information will be looked at in detail by the WMO experts who will provide feedback via comments in the pull request for you to action.</li>
<li>Once all comments and suggestions have been resolved, the WMO experts will deem the content as ‘suitable for adoption’.</li>
<li>The relevant WMO expert team will make the decision whether to publish this content. </li>
<li>If it is to be published, the register manager will then merge the pull request and publish the content onto the WMO Registers website. </li>
</ol></p>

</div>
## container will be closed by footer


#parse("footer.vm")





0 comments on commit 437853a

Please sign in to comment.