Skip to content

Contributing a Profile

Simon Duquennoy edited this page May 12, 2018 · 1 revision

To contribute a profile, all you need to do is add the relevant description in Markdown format to the Github repository. You will need to get familiar with:

Concretely, for a new profile, you need to add:

  • a new .md file for the profile;
  • if new input parameters, observed/output metrics are needed, a .md file for each.

For inspiration, check out example profiles already in the repo.

The way to contribute the data to the repo is via Github pull requests. Note that you do not have to create the PR manually with git. You can just as well use the Github Web interface to draft a file and submit a PR directly.

Clone this wiki locally