This PR updates the CONTRIBUTING.md document to add a section about how to locally run the test suite, and especially how to locally run SSSOM-Py’s test suite, since changes to SSSOM’s LinkML schema can negatively impact the Python implementation.
It also updates the pull request template to add a checkbox to remind contributors that any change to the LinkML schema should be tested against SSSOM-Py (or rather, SSSOM-Py should be tested against the new schema).
docs/
have been added/updated if necessarymake test
has been run locally (no need)This PR updates the CONTRIBUTING.md document to add a section about how to locally run the test suite, and especially how to locally run SSSOM-Py’s test suite, since changes to SSSOM’s LinkML schema can negatively impact the Python implementation.
It also updates the pull request template to add a checkbox to remind contributors that any change to the LinkML schema should be tested against SSSOM-Py (or rather, SSSOM-Py should be tested against the new schema).