From 08aec9994d5ccb46383bedff0cbfde04267d9c9a Mon Sep 17 00:00:00 2001 From: Christopher Eeles <44755307+ChristopherEeles@users.noreply.github.com> Date: Mon, 30 May 2022 11:35:53 -0400 Subject: [PATCH] Create bug-report--question-or-feature-request.md --- ...bug-report--question-or-feature-request.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report--question-or-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report--question-or-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report--question-or-feature-request.md new file mode 100644 index 0000000..04dd18f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--question-or-feature-request.md @@ -0,0 +1,20 @@ +--- +name: Bug report, question or feature request +about: Generic issue template +title: '' +labels: '' +assignees: '' + +--- + +Click preview tab ^^^ above! + +By continuing to file this new issue / feature request, I confirm I have : +1. Searched open and closed issues on this repository to ensure I am not duplicating an issue for a previously resolved problem, known bug or existing feature request. +2. Read all package documentation relevant to the functions or classes causing the problem, including the help pages. For example, by running `?functionName` in the R terminal or using the `help()` function as well as consulting with relevant package vignettes. + +#### Thanks! Please remove the text above and include the two items below. + +`#` [`Minimal reproducible example`](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example); please be sure to set `verbose=TRUE` where possible! + +`#` `Output of sessionInfo()`