File tree Expand file tree Collapse file tree 6 files changed +8
-48
lines changed Expand file tree Collapse file tree 6 files changed +8
-48
lines changed Original file line number Diff line number Diff line change 6
6
name : Bug report
7
7
description : Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
8
8
title : " BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
9
- labels : [defects ]
9
+ labels : [bug ]
10
10
11
11
body :
12
12
- type : markdown
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ blank_issues_enabled: false
2
2
contact_links :
3
3
- name : PyMC Discourse
4
4
url : https://discourse.pymc.io/
5
- about : Ask usage questions about PyMC/PyMC3
5
+ about : Ask installation and usage questions about PyMC/PyMC3
6
6
- name : Example notebook error report
7
7
url : https://github.com/pymc-devs/pymc-examples/issues
8
8
about : Please report errors or desired extensions to the tutorials and examples here.
Original file line number Diff line number Diff line change
1
+ name : Developer issue
2
+ description : This template is for developers only!
3
+
4
+ body :
5
+ - type : textarea
Original file line number Diff line number Diff line change 18
18
referring to. You can also check the development version of the
19
19
documentation and see if this issue has already been addressed at
20
20
https://www.pymc.io/projects/docs/en/latest/api.html.
21
- validations :
22
- required : true
23
21
24
22
- type : textarea
25
23
attributes :
Original file line number Diff line number Diff line change 6
6
name : Feature request
7
7
description : Make a specific, well-motivated proposal for a feature.
8
8
title : " ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
9
- labels : [enhancements ]
9
+ labels : [feature request ]
10
10
11
11
12
12
body :
21
21
Check the [Contributor Guide](https://github.com/pymc-devs/pymc/blob/main/CONTRIBUTING.md)
22
22
if you need more information.
23
23
24
- - type : textarea
25
- attributes :
26
- label : " Link to a discussion"
27
- description : >
28
- Link to the discussion about this feature request in
29
- [Discussions](https://github.com/pymc-devs/pymc/discussions)
30
- validations :
31
- required : true
32
-
33
24
- type : textarea
34
25
attributes :
35
26
label : " Before"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments