From 1969f55249dbf3c80a342eab0874790e10537ed7 Mon Sep 17 00:00:00 2001 From: Simon Clark <52653938+jsimonclark@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:54:49 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++ .../ISSUE_TEMPLATE/modify-existing-term.md | 26 +++++++++++++ .github/ISSUE_TEMPLATE/request-new-term.md | 35 +++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/modify-existing-term.md create mode 100644 .github/ISSUE_TEMPLATE/request-new-term.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..06e44b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: jsimonclark + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/modify-existing-term.md b/.github/ISSUE_TEMPLATE/modify-existing-term.md new file mode 100644 index 0000000..a0aba56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/modify-existing-term.md @@ -0,0 +1,26 @@ +--- +name: Modify existing term +about: Suggest a modification to an existing term +title: "[Modify] " +labels: invalid +assignees: jsimonclark + +--- + +**Which term do you want to modify?** +IRI : (IRI of the proposed term to be modified) + +**Provide a short (max 3 sentences) justification for modifying the term.** +A clear and concise description of why the term should be modified. + +**Proposed annotation property modifications** +List all suggested modifications to annotation properties here using the style, annotationProperty --> text + +**Proposed data property modifications** +List all suggested modifications to data properties here using the style, dataProperty --> value + +**Proposed object property modifications** +List all suggested modifications to object properties here using the style, objectProperty --> Object + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/request-new-term.md b/.github/ISSUE_TEMPLATE/request-new-term.md new file mode 100644 index 0000000..f9eb24f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-new-term.md @@ -0,0 +1,35 @@ +--- +name: Request new term +about: Suggest a new term for the ontology +title: "[TERM]" +labels: enhancement +assignees: jsimonclark + +--- + +**Provide a short (max 3 sentences) justification for including the term.** +A clear and concise description of why the term is needed. + +**Required information for your proposed new term** +[skos:prefLabel](https://www.w3.org/2012/09/odrl/semantic/draft/doco/skos_prefLabel.html) : MyTermLabel + +[elucidation](https://w3id.org/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9) : a short 1 sentence description of the concept behind the term + +**Optional information for your proposed new term** +[rdf:type](https://www.w3.org/TR/rdf12-schema/#ch_type) : (IRI for where your proposed term fits in the taxonomy) + +wikidataReference : (URL of the term in [Wikidata](https://www.wikidata.org/)) + +wikipediaReference : (URL of the term in [Wikipedia](https://www.wikipedia.org/)) + +dbpediaReference : (URL of the term in [DBpedia](https://www.dbpedia.org/)) + +iecReference : (URL of the term in the [IEC Vocabulary](https://www.electropedia.org/)) + +iupacReference : (URL of the term in the [IUPAC Vocabulary](https://goldbook.iupac.org/terms)) + +**Have you checked that this term is not already included?** +Yes/No + +**Additional context** +Add any other context or screenshots about the feature request here.