dwc/CONTRIBUTING.md

69 lines
2.5 KiB
Markdown
Raw Normal View History

2015-01-12 12:21:36 +00:00
# Guidelines for contributing
2015-01-12 12:21:36 +00:00
Changes to the standard are subject to the [change policy](changepolicy.html). Here's how you can contribute:
2015-01-12 12:27:19 +00:00
* Want to make a change to the standard? Copy and paste one of the **issue templates** below and [submit a new issue](https://github.com/tdwg/dwc/issues/new).
2015-01-12 12:21:36 +00:00
* Want to contribute to this repository? [Fork the repository](https://github.com/tdwg/dwc/fork), make the changes, and [send a pull request](https://github.com/tdwg/dwc/compare).
2015-01-12 12:27:19 +00:00
* Have a question about Darwin Core? Send it to tdwg-content@lists.tdwg.org.
2015-01-12 12:21:36 +00:00
## Issue templates
2015-01-12 12:21:36 +00:00
### New term
2015-01-12 12:27:19 +00:00
Copy and paste this template into your [new issue](https://github.com/tdwg/dwc/issues/new) if you want to create a term that does not exist yet ([example]()).
2015-01-12 12:21:36 +00:00
```
## New term
2015-01-12 12:21:36 +00:00
* Submitter:
* Proponents (at least two independent parties who need this term):
* Justification (why is this term necessary?):
2015-01-12 12:21:36 +00:00
Proposed definition of the new term:
2015-01-12 12:21:36 +00:00
* Term name (in lowerCamelCase):
* Class (e.g. Location, Taxon):
* Definition of the term:
* Comment (examples, recommendations regarding content, etc.):
* Refines (identifier of the broader term this term refines, if applicable):
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable):
* ABCD 2.06 (XPATH of the equivalent term in ABCD, if applicable):
```
2015-01-12 12:21:36 +00:00
### Change term
2015-01-12 12:27:19 +00:00
Copy and paste this template into your [new issue](https://github.com/tdwg/dwc/issues/new) if you want to make a change to a term ([example]()).
2014-11-13 19:55:48 +00:00
```
2015-01-12 12:21:36 +00:00
## Change term
2015-01-12 12:21:36 +00:00
* Term identifier (URL of the term to change):
* Submitter:
* Justification (why is this change necessary?):
2015-01-12 12:21:36 +00:00
I suggest the following changes (leave blank whatever would not change):
2015-01-12 12:21:36 +00:00
* Term name (in lowerCamelCase):
* Definition of the term:
* Comment (examples):
* Refines (identifier of the broader term this term refines, if applicable):
* Replaces (identifier of the existing term that would be deprecated and replaced by this term, if applicable):
* ABCD 2.06 (XPATH of the equivalent term in ABCD, if applicable):
2014-11-13 19:55:48 +00:00
```
2015-01-12 12:21:36 +00:00
### Change documentation
2015-01-12 12:27:19 +00:00
Copy and paste this template into your [new issue](https://github.com/tdwg/dwc/issues/new) if you want to make a change to the documentation ([example]()). Or, [fork the repository](https://github.com/tdwg/dwc/fork), make the changes yourself, and [send a pull request](https://github.com/tdwg/dwc/compare).
2015-01-12 12:21:36 +00:00
```
## Change documentation
2015-01-12 12:21:36 +00:00
* Documentation reference (URL):
* Submitter:
* Justification (why is this change necessary?):
2015-01-12 12:21:36 +00:00
I suggest the following changes:
2014-11-13 19:55:48 +00:00
2015-01-12 12:21:36 +00:00
```