Skip to content

Commit 7437e49

Browse files
authored
Issues templates (#113)
1 parent b993eb9 commit 7437e49

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior. Ideally a self-contained snippet of code, or link to a notebook or external code. Please include screenshots/images produced with PyMC-BART here, or the stack trace including `pymc-bart` code to help.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Additional context**
20+
Versions of `pymc-bart` and other libraries used, operating system used, and anything else that may be useful.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Tell us about it
11+
12+
The more specific the better.
13+
14+
## Thoughts on implementation
15+
16+
Not required, but if you have thoughts on how to implement the feature, that can be helpful! In case there are academic references, we welcome those here too.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Usage Question
3+
about: General questions about PyMC-BART usage
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Short Description
11+
12+
Let us know what you're trying to do and we can point you in the right direction. Screenshots/plots or stack traces that include `pymc-bart` are particularly helpful.
13+
14+
## Code Example or link
15+
16+
Please provide a minimal, self-contained, and reproducible example demonstrating what you're trying to do. Ideally, it will be a code snippet, a link to a notebook, or a link to code that can be run on another user's computer.
17+
18+
Also include the PyMC-BART version and the version of any other relevant packages.
19+
20+
## Relevant documentation or public examples
21+
22+
Please provide documentation, public examples, or any additional information which may be relevant to your question

0 commit comments

Comments
 (0)