Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Feb 12, 2024
1 parent 1faede5 commit 1969f55
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/modify-existing-term.md
Original file line number Diff line number Diff line change
@@ -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.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/request-new-term.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1969f55

Please sign in to comment.