Skip to content

Commit

Permalink
config issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored and michaelosthege committed Jun 23, 2021
1 parent 7be2025 commit b25d0e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
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
---
name: 'Bug Report'
about: Inform about bugs in the PyMC3 library

---

## Description of your problem

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

**Please provide the full traceback.**

<details><summary>Complete error traceback</summary>

```python
[The error output here]
[The complete error output here]
```

</details>

**Please provide any additional information below.**


Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: PyMC Discourse
url: https://discourse.pymc.io/
about: Ask usage questions about PyMC3
- name: Example notebook error report
url: https://github.com/pymc-devs/pymc-examples/issues
about: Please report errors or desired extensions to the tutorials and examples here.

0 comments on commit b25d0e0

Please sign in to comment.