Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.8 KB

File metadata and controls

73 lines (46 loc) · 2.8 KB

Contributing to the Translator Testing Model schema

👍 First of all: Thank you for taking the time to contribute!

The following is a set of guidelines for contributing to Translator Testing Model. These guidelines are not strict rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table Of Contents

Code of Conduct

The Translator Testing Model team strives to create a welcoming environment for editors, users and other contributors. Please carefully read our Code of Conduct.

Guidelines for Contributions and Requests

Reporting problems with the data model

Please use our Issue Tracker to report problems with the ontology.

Requesting new terms

Please use our Issue Tracker to request a new term for the ontology.

Adding new terms yourself

Please submit a Pull Request to submit a new term for consideration. Do do this, you (carefully!) modify the translator_testing_model.yaml file, in accordance with LinkML data model encoding principles, then run make gen-project - in a terminal session, inside the root project directory - to regenerate all the other related project artifacts.

Best Practices

How to write a great issue

Please review GitHub's overview article, "Tracking Your Work with Issues".

How to create a great pull/merge request

Please review GitHub's article, "About Pull Requests", and make your changes on a new branch.