Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
New issue template
  • Loading branch information
dramanica committed Aug 5, 2024
1 parent 630175f commit f364021
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: dramanica

---

<!--
Before filing a bug report, please check that there are no issues (open or closed) that already deal with the same bug,
and test against the development version of `pastclim` (see <https://github.com/EvolEcolGroup/pastclim> for how to install it)
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a [reprex](http://reprex.tidyverse.org/) before, start by reading <https://www.tidyverse.org/help/#reprex>. Ensure that your reprex generates the error when you paste it into a fresh
instance of `R`, with no additional variables/packages being loaded. Please also include the output of `utils::sessionInfo()`.
For more advice on how to write a great issue, see <https://code-review.tidyverse.org/issues/>.
-->

Brief description of the problem and what output you expected.

```r
# insert reprex here (showing both the code and the error/unexpected output)
```

```r
# insert the output of `utils::sessionInfo()`
```

0 comments on commit f364021

Please sign in to comment.