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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ assignees: ''
11
11
12
12
Describe the bug. What is going wrong? What is the expected behavior?
13
13
14
+
What have you tried to resolve the issue? Updating your R packages to their most recent versions can sometimes resolve issues.
15
+
14
16
## Steps to Reproduce
15
17
16
18
Include a small code example that someone else can run to reproduce the bug:
@@ -32,10 +34,10 @@ Post the results of devtools::session_info() :
32
34
33
35
```
34
36
35
-
-If you don't have devtools installed you can install it with `install.packages("devtools")
37
+
If you don't have devtools installed you can install it with install.packages("devtools")
36
38
37
39
## Your Contribution
38
40
39
41
Do you see a way to resolve the issue? If so, mention this here.
40
42
41
-
When you are ready, you can open a pull request with a suggested bug fix and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html
43
+
When you are ready, you can open a pull request with a suggested bug fix and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html
0 commit comments