We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2076724 + fe85a2d commit 2424829Copy full SHA for 2424829
2 files changed
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
1
+blank_issues_enabled: false
.github/ISSUE_TEMPLATE/issue.yml
@@ -0,0 +1,16 @@
+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
13
+ label: Describe the issue
14
+ placeholder: Write your issue here...
15
+ validations:
16
+ required: true
0 commit comments