From 0e04773bd54b6cc64ccc9c450b515ef77d6d7ebe Mon Sep 17 00:00:00 2001 From: henrietteharmse <32327979+henrietteharmse@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:50:56 +0000 Subject: [PATCH] Update issue templates --- ...-a-new-ontology-to-the-ebi-ols-instance-.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/add-a-new-ontology-to-the-ebi-ols-instance-.md diff --git a/.github/ISSUE_TEMPLATE/add-a-new-ontology-to-the-ebi-ols-instance-.md b/.github/ISSUE_TEMPLATE/add-a-new-ontology-to-the-ebi-ols-instance-.md new file mode 100644 index 000000000..641588fb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-a-new-ontology-to-the-ebi-ols-instance-.md @@ -0,0 +1,18 @@ +--- +name: 'Add a new ontology to the EBI OLS instance ' +about: Describes a new ontology to be added to the EBI instance of OLS +title: '' +labels: new ontology +assignees: '' + +--- + +Please note the following: +1. Only biologic and/or bioinformatics related ontologies may be added to the EBI OLS instance. If your ontology is not biologic and/or bioinformatics related you can still [host](https://github.com/EBISPOT/ols4#deploying-ols4) your own instance of OLS with any ontologies you require. +2. Currently OLS only supports ontologies in XML/RDF format. + +**Steps to add your ontology** + 1. Download and fill out this [spreadsheet](https://github.com/EBISPOT/ols4/blob/dev/New%20OLS%20ontology%20request.xlsx). + 1. In filling out the spreadsheet the 2 most important fields are: + - preferredPrefix: This should be a string of lowercase character at least 5 characters long. This string must be unique on OLS. + - ontology_purl: This is the permanent publicly accessible URL from where OLS will load your. This is also the URL that OLS checks on a frequent basis to check for new releases of your ontology. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ea70569ce..b28b8c979 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug, outdated ontology assignees: '' ---