Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Some guidance for new issues
  • Loading branch information
jmbarbone authored May 11, 2022
1 parent 437eb13 commit 7b50e05
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Issue report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

> Delete this text before submitting
For best results from devs, please follow this guidance:

1. Run your examples with the latest version (`remotes::install_github("JanMarvin/openxlsx2"`)
1. Utilize the [`reprex` package](https://reprex.tidyverse.org/) and create a **minimal** reproducible example
1. Utilize [`dput()`](https://stat.ethz.ch/R-manual/R-devel/library/base/html/dput.html) for data
1. Provide version with `packageVersion("openxlsx2")` (if you didn't follow the step above, this will be a problem)
1. Utilize `openxlsx2::temp_xlsx()` for file saving
1. If needed, take a screen shot of your Excel workbook :camera:
1. Be friendly :smile:

0 comments on commit 7b50e05

Please sign in to comment.