Skip to content

Commit

Permalink
add delete class and delete triple issue templates, part of snikproje…
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 9, 2024
1 parent 76c9c35 commit 70efbe9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/deleteclass.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Delete Class
description: Permanently delete a class
labels: ["deleteclass"]
assignees:
- KonradHoeffner
body:
- type: input
id: class
attributes:
label: Class
validations:
required: true
- type: textarea
id: sparql
attributes:
label: SPARQL query
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/deleteedge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Delete Triple
description: Permanently delete a triple (edge)
labels: ["deletetriple"]
assignees:
- KonradHoeffner
body:
- type: input
id: subject
attributes:
label: Subject Class
validations:
required: true
- type: input
id: predicate
attributes:
label: Predicate
validations:
required: true
- type: input
id: object
attributes:
label: Object Class
validations:
required: true
- type: textarea
id: sparql
attributes:
label: SPARQL query

0 comments on commit 70efbe9

Please sign in to comment.