.github/issue_template.md

### Issue Description

### Reproducible Example <!-- Please include a small code example, if you can please use open source data i.e. iris, mtcars etc... To demostrate your issue.

If you struggle with markdown and formatting please use the:

reprex package to help install.packages("reprex")

https://github.com/tidyverse/reprex#what-is-a-reprex

Example: ```r library(noctua) library(DBI) con <- dbConnect(noctua::athena(), profile_name = "noctua")

dbWriteTable(con, "mtcars", mtcars, s3.location = Sys.getenv("my_s3_bucket"))

dbGetQuery(con, "select mpg, cyl, disp, hp from mtcars")


**NOTE:** Please don't include your AWS credentials!
-->
<details>
<summary>Session Info</summary>

```r
devtools::session_info()
#> output



DyfanJones/noctua documentation built on April 15, 2024, 3:22 p.m.