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
+7-1Lines changed: 7 additions & 1 deletion
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: Bug report
2
+
name: \U0001F41B Bug Report
3
3
about: Create a report to help us improve
4
4
title: ''
5
5
labels: bug
@@ -23,3 +23,9 @@ Include a small code example that someone else can run to reproduce the bug.
23
23
Post the results of `devtools::session_info()
24
24
25
25
- If you don't have devtools installed you can install it with `install.packages("devtools")
26
+
27
+
## Your Contribution
28
+
29
+
Do you see a way to resolve the issue? If so, mention this here.
30
+
31
+
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
Describe the feature you would like to see in tidygeocoder.
13
+
14
+
## Motivation
15
+
16
+
Why would this be a good addition to tidygeocoder? What problem does it solve?
17
+
18
+
## Your Contribution
19
+
20
+
Would you like to try to implement this feature? If so, mention this here.
21
+
22
+
When you are ready, open a pull request with the new feature and tag this issue. See the developers notes for help: https://jessecambon.github.io/tidygeocoder/articles/developer_notes.html
0 commit comments