Skip to content

Commit d0c3b7f

Browse files
authored
Add an issue template for feature requests (#3572)
1 parent c8d8e64 commit d0c3b7f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Propose a new major feature
3+
- name: Propose a new Zarr specification feature
44
url: https://github.com/zarr-developers/zarr-specs
5-
about: A new major feature should be discussed in the Zarr specifications repository.
5+
about: A new feature for the Zarr storage specification should be opened on the zarr-specs repository.
66
- name: Discuss something on ZulipChat
77
url: https://ossci.zulipchat.com/
88
about: For questions like "How do I do X with Zarr?", consider posting your question to our developer chat.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Request a new feature for zarr-python
3+
# labels: []
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the new feature you'd like
8+
description: >
9+
Please provide a description of what new feature or functionality you'd like to see in zarr-python.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)