Skip to content

Commit 98992e2

Browse files
author
Jesse Cambon
committed
update issue templates
1 parent 009f9f4 commit 98992e2

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: \U0001F41B Bug Report
2+
name: Bug Report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
@@ -13,14 +13,24 @@ Describe the bug. What is going wrong? What is the expected behavior?
1313

1414
## Steps to Reproduce
1515

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+
```
1722

1823
- You can use the reprex package to help with this: https://www.tidyverse.org/help/
1924
- The datapasta package can be useful for including data in the reproducible example (see the tribble_paste() function): https://milesmcbain.github.io/datapasta/
2025

2126
## Environment
2227

23-
Post the results of `devtools::session_info()
28+
Post the results of devtools::session_info() :
29+
30+
```sh
31+
32+
33+
```
2434

2535
- If you don't have devtools installed you can install it with `install.packages("devtools")
2636

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ assignees: ''
99

1010
## Description
1111

12-
Describe the feature you would like to see in tidygeocoder.
12+
Describe the feature you would like to see in tidygeocoder
1313

1414
## Motivation
1515

16-
Why would this be a good addition to tidygeocoder? What problem does it solve?
16+
What is motivation for the feature? What problem does it solve?
1717

1818
## Your Contribution
1919

0 commit comments

Comments
 (0)