Skip to content

Commit 2424829

Browse files
authored
Merge pull request ome#101 from ome/issue-template
Add an issue template form
2 parents 2076724 + fe85a2d commit 2424829

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Issue
2+
description: Report an ngff-spec technical issue
3+
title: "[Issue]: "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Note: spec-level considerations should usually go to https://github.com/ome/ngff/issues.
9+
Please use this repo for typos, docs structure, or website/build issues.
10+
- type: textarea
11+
id: details
12+
attributes:
13+
label: Describe the issue
14+
placeholder: Write your issue here...
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)