Skip to content

Commit

Permalink
add confirm interlink issue template, part of snikproject/graph#430
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 23, 2024
1 parent 32cc583 commit d403490
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Confirm Interlink
description: Confirm that an automatically generated interlink between two classes from different subontologies is correct.
labels: ["link"]
assignees:
- KonradHoeffner
body:
- type: input
id: source
attributes:
label: Source
validations:
required: true
- type: input
id: target
attributes:
label: Target
validations:
required: true
- type: textarea
id: explanation
attributes:
label: Optional Explanation

0 comments on commit d403490

Please sign in to comment.