You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: \U0001F41B Bug Report
2
+
name: Bug Report
3
3
about: Create a report to help us improve
4
4
title: ''
5
5
labels: bug
@@ -13,14 +13,24 @@ Describe the bug. What is going wrong? What is the expected behavior?
13
13
14
14
## Steps to Reproduce
15
15
16
-
Include a small code example that someone else can run to reproduce the bug.
16
+
Include a small code example that someone else can run to reproduce the bug:
17
+
18
+
```r
19
+
20
+
21
+
```
17
22
18
23
- You can use the reprex package to help with this: https://www.tidyverse.org/help/
19
24
- The datapasta package can be useful for including data in the reproducible example (see the tribble_paste() function): https://milesmcbain.github.io/datapasta/
20
25
21
26
## Environment
22
27
23
-
Post the results of `devtools::session_info()
28
+
Post the results of devtools::session_info() :
29
+
30
+
```sh
31
+
32
+
33
+
```
24
34
25
35
- If you don't have devtools installed you can install it with `install.packages("devtools")
0 commit comments