Skip to content

Commit 25e5c85

Browse files
authored
Update issue templates
1 parent 54d82bb commit 25e5c85

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Report a bug in the package. Please include a reproducible example using the
4+
reprex package.
5+
title: 'BUG: '
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
** Description**
12+
13+
Clearly describe the problem.
14+
15+
16+
**Reprex**
17+
18+
Please include a [minimal reproducible example (reprex)](https://reprex.tidyverse.org/) below.
19+
You can install it via: `install.packages("reprex")`
20+
21+
```r
22+
# Paste your reprex here
23+
```
24+
25+
**Session Info**
26+
27+
Please paste the output of sessionInfo() here:
28+
29+
```r
30+
sessionInfo()
31+
```
32+
33+
**Expected Behavior**
34+
35+
What did you expect to happen?
36+
37+
**Actual Behavior**
38+
39+
What actually happened?
40+
41+
**Additional Context**
42+
43+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F4A1 Feature Request"
3+
about: Suggest an idea for this project
4+
title: 'Feature Request: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)