File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Report an bug in OpenSlide Python
3+ labels : ["defect"]
4+ body :
5+ - type : input
6+ id : os
7+ attributes :
8+ label : Operating system
9+ placeholder : e.g. Fedora 37, macOS 12, Windows 11
10+ validations :
11+ required : true
12+ - type : input
13+ id : platform
14+ attributes :
15+ label : Platform
16+ placeholder : e.g. 64-bit x86, 32-bit ARM
17+ validations :
18+ required : true
19+ - type : input
20+ id : version
21+ attributes :
22+ label : OpenSlide Python version
23+ description : " `openslide.__version__`"
24+ validations :
25+ required : true
26+ - type : input
27+ id : openslide-version
28+ attributes :
29+ label : OpenSlide version
30+ description : " `openslide.__library_version__`"
31+ validations :
32+ required : true
33+ - type : input
34+ id : format
35+ attributes :
36+ label : Slide format
37+ placeholder : e.g. SVS, NDPI, MRXS
38+ validations :
39+ required : true
40+ - type : textarea
41+ id : details
42+ attributes :
43+ label : Issue details
44+ placeholder : Describe your issue
45+ validations :
46+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : Ask a question
4+ url : https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users/
5+ about : Ask support questions on the openslide-users mailing list
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Request an enhancement to OpenSlide Python
3+ labels : ["enhancement"]
4+ body :
5+ - type : input
6+ id : format
7+ attributes :
8+ label : Slide format
9+ placeholder : e.g. SVS, NDPI, MRXS
10+ - type : textarea
11+ id : details
12+ attributes :
13+ label : Issue details
14+ placeholder : Describe your issue
You can’t perform that action at this time.
0 commit comments