Skip to content

Commit 4e7e91a

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Describe the bug. What is going wrong? What is the expected behavior?
1313

1414
## Steps to Reproduce
1515

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/
16+
Include a small code example that someone else can run to reproduce the bug.
17+
18+
- You can use the reprex package to help with this: https://www.tidyverse.org/help/
19+
- The datapasta package can be useful for including data in the reproducible example (see the tribble_paste() function): https://milesmcbain.github.io/datapasta/
1920

2021
## Environment
2122

22-
- **Post the results of `devtools::session_info()`**
23-
- If you don't have devtools installed you can install it with `install.packages("devtools")
23+
Post the results of `devtools::session_info()
24+
25+
- If you don't have devtools installed you can install it with `install.packages("devtools")

0 commit comments

Comments
 (0)