Skip to content

Commit 728c537

Browse files
authored
Update bug_report.md
1 parent c684326 commit 728c537

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ assignees: ''
77

88
---
99

10-
Describe the bug and include a small reproducible example: https://www.tidyverse.org/help/
10+
## Description
1111

12-
The datapasta package can be useful for including data in the reproducible example (see the `tribble_paste()` function): https://milesmcbain.github.io/datapasta/
12+
Describe the bug. What is going wrong? What is the expected behavior?
1313

14-
It can also be helpful to post the results of `devtools::session_info()` to show information about your R session including what package versions you are using.
14+
## Steps to Reproduce
15+
16+
- **Include a small reproducible code example**
17+
- You can use the reprex package to help with this: https://www.tidyverse.org/help/
18+
- The datapasta package can be useful for including data in the reproducible example (see the `tribble_paste()` function): https://milesmcbain.github.io/datapasta/
19+
20+
## Environment
21+
22+
- **Post the results of `devtools::session_info()`**
23+
- If you don't have devtools installed you can install it with `install.packages("devtools")

0 commit comments

Comments
 (0)