Skip to content

Commit b25d0e0

Browse files
OriolAbrilmichaelosthege
authored andcommitted
config issue templates
1 parent 7be2025 commit b25d0e0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
1+
---
2+
name: 'Bug Report'
3+
about: Inform about bugs in the PyMC3 library
4+
5+
---
26

37
## Description of your problem
48

@@ -8,10 +12,15 @@ If you have questions about a specific use case, or you are not sure whether thi
812
```
913

1014
**Please provide the full traceback.**
15+
16+
<details><summary>Complete error traceback</summary>
17+
1118
```python
12-
[The error output here]
19+
[The complete error output here]
1320
```
1421

22+
</details>
23+
1524
**Please provide any additional information below.**
1625

1726

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: PyMC Discourse
4+
url: https://discourse.pymc.io/
5+
about: Ask usage questions about PyMC3
6+
- name: Example notebook error report
7+
url: https://github.com/pymc-devs/pymc-examples/issues
8+
about: Please report errors or desired extensions to the tutorials and examples here.

0 commit comments

Comments
 (0)