Skip to content

Commit 009f9f4

Browse files
author
Jesse Cambon
committed
update issue templates
1 parent 4e7e91a commit 009f9f4

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: \U0001F41B Bug Report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
@@ -23,3 +23,9 @@ Include a small code example that someone else can run to reproduce the bug.
2323
Post the results of `devtools::session_info()
2424

2525
- 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

feature_request.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature Request
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
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

Comments
 (0)