dwc/.github/CONTRIBUTING.md

74 lines
2.9 KiB
Markdown
Raw Normal View History

# Guidelines for contributing
This document describes how you can contribute to Darwin Core.
2015-01-12 12:50:18 +00:00
Changes to the standard are subject to the [change policy](change_policy.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).
2020-09-04 17:16:40 +00:00
* Have a question about Darwin Core? Send it to tdwg-content@lists.tdwg.org or to the Darwin Core Questions & Answers repository through [this form](https://docs.google.com/forms/d/e/1FAIpQLSekd0QSdgiK5ujh6CLZPx9kKTcS-mJRNK_pGWk3b3fHv4x4gQ/viewform?c=0&w=1) or directly as a new [issue](https://github.com/tdwg/dwc-qa/issues).
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
* Submitter:
* Justification (why is this term necessary?):
* Proponents (at least two independent parties who need this term):
Proposed attributes of the new term:
* Term name (in lowerCamelCase):
* Class (e.g. Location, Taxon):
* Definition of the term:
* Usage comments (recommendations regarding content, etc.):
* 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):
2015-01-12 12:21:36 +00:00
```
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
* Term identifier (URL of the term to change):
* Justification (why is this change necessary?):
* Submitter:
2015-01-12 12:21:36 +00:00
I suggest the following changes (leave blank whatever would not change):
* Term name (in lowerCamelCase):
* Class (e.g. Location, Taxon):
* Definition of the term:
* Usage comments (recommendations regarding content, etc.):
* 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
* 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
```