Skip to content

Commit

Permalink
document changes and how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cpauvert committed Jul 5, 2023
1 parent 790f69d commit f98e8c5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [0.1.1] - 2023-07-05

### Added

- Add recommended property `method_type` with controlled vocabulary
- Document how to run examples data with ([`examples/README.md`](examples/README.md))
- Add a [`CHANGELOG.md`](CHANGELOG.md) ([Common Changelog](https://common-changelog.org))

### Changed

- Bump LinkML from `1.5.5` to `1.5.6`
- Document how to contribute [`CONTRIBUTING.md`](CONTRIBUTING.md)

## [0.1.0] - 2023-06-23

:seedling: Initial release.


[0.1.1]: https://fair-mi.github.io/miiid-schema/releases/tag/v0.1.1

[0.1.0]: https://fair-mi.github.io/miiid-schema/releases/tag/v0.1.0
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ Please carefully read our [Code of Conduct](CODE_OF_CONDUCT.md).

### Reporting problems with the data model

Please use our [Issue Tracker][issues] to report problems with the ontology.
Please use our [Issue Tracker][issues] to report problems with the LinkML metadata schema

<a id="requesting-terms"></a>

### Requesting new terms
### Requesting new properties

Please use our [Issue Tracker][issues] to request a new term for the ontology.
Please use our [Issue Tracker][issues] to request a new property for the schema.

<a id="adding-terms"></a>

### Adding new terms yourself
### Adding new properties yourself

Please submit a [Pull Request][pulls] to submit a new term for consideration.
Please submit a [Pull Request][pulls] to submit a new property for consideration.

<a id="best-practices"></a>

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ Towards a Minimal Information about Intermicrobial Interaction Data schema
Python datamodel
* [tests/](tests/) - Python tests

> Be sure to have a look at the [`CHANGELOG.md`](CHANGELOG.md) to know about the changes in the schema!
## Developer Documentation

Interested in contributing to `miiid-schema`? Thanks, please make sure to read through [`CONTRIBUTING.md`](CONTRIBUTING.md) first.

<details>
Use the `make` command to generate project artefacts:

Expand Down

0 comments on commit f98e8c5

Please sign in to comment.