File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
- name : 🐛 File a bug report
2
- description : X's behavior is deviating from its documented behavior .
1
+ name : Bug Report
2
+ description : Report incorrect behaviour in the library .
3
3
labels : ["bug"]
4
4
body :
5
5
- type : markdown
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : true
2
2
contact_links :
3
- - name : ✨ Propose a new major feature
3
+ - name : Propose a new major feature
4
4
url : https://github.com/zarr-developers/zarr-specs
5
5
about : A new major feature should be discussed in the Zarr specifications repository.
6
- - name : ❓ Discuss something on ZulipChat
6
+ - name : Discuss something on ZulipChat
7
7
url : https://ossci.zulipchat.com/
8
8
about : For questions like "How do I do X with Zarr?", you can move to our ZulipChat.
9
- - name : ❓ Discuss something on GitHub Discussions
9
+ - name : Discuss something on GitHub Discussions
10
10
url : https://github.com/zarr-developers/zarr-python/discussions
11
11
about : For questions like "How do I do X with Zarr?", you can move to GitHub Discussions.
Original file line number Diff line number Diff line change
1
+ name : Documentation Improvement
2
+ description : Report missing or wrong documentation. Alternatively, you can just open a pull request with the suggested change.
3
+ title : " DOC: "
4
+ labels : [documentation, help wanted]
5
+
6
+ body :
7
+ - type : textarea
8
+ attributes :
9
+ label : Describe the issue linked to the documentation
10
+ description : >
11
+ Please provide a description of what documentation you believe needs to be fixed/improved.
12
+ validations :
13
+ required : true
14
+ - type : textarea
15
+ attributes :
16
+ label : Suggested fix for documentation
17
+ description : >
18
+ Please explain the suggested fix and why it's better than the existing documentation.
You can’t perform that action at this time.
0 commit comments