File tree Expand file tree Collapse file tree 8 files changed +122
-45
lines changed Expand file tree Collapse file tree 8 files changed +122
-45
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug report
2
2
description : Report to help us reproduce the bug
3
3
title : " Bug: "
4
+ labels : ["bug", "needs triage"]
4
5
5
6
body :
6
7
- type : markdown
7
8
attributes :
8
9
value : >
9
10
## Thanks for taking the time to fill out this report
10
- - type : markdown
11
+ - type : checkboxes
12
+ id : checks
11
13
attributes :
12
- value : >
13
- ### Before submitting a bug, please make sure it has not been reported in the
14
- [list of issues](https://github.com/pydata/sparse/issues).
14
+ label : sparse version checks
15
+ options :
16
+ - label : >
17
+ I checked that this issue has not been reported before
18
+ [list of issues](https://github.com/pydata/sparse/issues).
19
+ required: true
20
+ - label : >
21
+ I have confirmed this bug exists on the latest version of sparse.
22
+ required: true
23
+ - label : >
24
+ I have confirmed this bug exists on the main branch of sparse.
15
25
- type : textarea
16
26
attributes :
17
27
label : Describe the bug
@@ -45,12 +55,11 @@ body:
45
55
- type : textarea
46
56
attributes :
47
57
label : Please describe your system.
48
- render : shell
49
- placeholder : |
58
+ value : |
50
59
1. OS and version: [e.g. Windows 10]
51
- 2. ` sparse` version (` sparse.__version__` )
52
- 3. NumPy version (` np.__version__` )
53
- 4. Numba version (` numba.__version__` )
60
+ 2. sparse version (sparse.__version__)
61
+ 3. NumPy version (np.__version__)
62
+ 4. Numba version (numba.__version__)
54
63
validations :
55
64
required : true
56
65
- type : textarea
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ name : Blank issue
3
+ url : https://github.com/pydata/sparse/issues/new
Original file line number Diff line number Diff line change
1
+ name : Documentation improvement
2
+ description : Report to improve the docs. You could also directly open a PR with your suggestions.
3
+ title : " Doc: "
4
+ labels : ["docs", "needs triage"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : >
10
+ ## Thanks for taking the time to fill out this form
11
+ - type : dropdown
12
+ id : TYPE
13
+ attributes :
14
+ label : What type of report is this?
15
+ options :
16
+ - ' Correction'
17
+ - ' Improvement'
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ attributes :
22
+ label : Please describe the issue.
23
+ description : >
24
+ Tell us if something is unclear or incorrect, and where.
25
+ validations :
26
+ required : true
27
+ - type : textarea
28
+ attributes :
29
+ label : If you have a suggestion on how it should be, add it below.
30
+ description : >
31
+ How can we improve it
32
+ - type : markdown
33
+ attributes :
34
+ value : >
35
+ ### If you are interested in opening a pull request to fix this, please let us know.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Form to request a new feature
3
+ title : " Enh: "
4
+ labels : ["enhancement", "needs triage"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : >
10
+ ## Thanks for helping us improve sparse!
11
+ - type : markdown
12
+ attributes :
13
+ value : >
14
+ ### Before submitting a request, please check if it has already been discused in the
15
+ [list of issues](https://github.com/pydata/sparse/issues).
16
+ - type : textarea
17
+ attributes :
18
+ label : Please describe the purpose of the new feature or describe the problem to solve.
19
+ description : >
20
+ A clear description of the objective.
21
+ validations :
22
+ required : true
23
+ - type : textarea
24
+ attributes :
25
+ label : Suggest a solution if possible.
26
+ description : >
27
+ Please suggest a solution if you can.
28
+ validations :
29
+ required : false
30
+ - type : textarea
31
+ attributes :
32
+ label : If you have tried alternatives, please describe them below.
33
+ description : >
34
+ What you have tried if applicable.
35
+ - type : textarea
36
+ attributes :
37
+ label : Additional information that may help us understand your needs.
38
+ description : >
39
+ Context, screenshots, or any useful information.
40
+ - type : markdown
41
+ attributes :
42
+ value : >
43
+ ### If you are interested in opening a pull request to fix this, please let us know.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Question/Support
2
+ description : A question about how to use this library.
3
+ title : " Usage: "
4
+ labels : " usage"
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : >
10
+ ## Thank you for your interest in sparse
11
+ - type : textarea
12
+ attributes :
13
+ label : Please provide a description of what you'd like to do.
14
+ validations :
15
+ required : true
16
+ - type : textarea
17
+ attributes :
18
+ label : Example Code
19
+ description : >
20
+ Syntactically valid Python code that shows what you want to do,
21
+ possibly with placeholder functions or methods.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: codspeed-benchmarks
3
3
on :
4
4
push :
5
5
branches :
6
- # - "main" # or "master"
7
- - " benchmarks " # or "master"
6
+ - " main" # or "master"
7
+
8
8
pull_request :
9
9
# `workflow_dispatch` allows CodSpeed to trigger backtest
10
10
# performance analysis in order to generate initial data.
You can’t perform that action at this time.
0 commit comments