From e63c45e050a0f29e8dcb13f6d67d0ca25e6ffa37 Mon Sep 17 00:00:00 2001 From: Hanne Oberman Date: Mon, 22 May 2023 14:22:04 +0200 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 0e290b96c0196b6d093a9fab301fc13206f63ad2 Mon Sep 17 00:00:00 2001 From: hanneoberman Date: Mon, 22 May 2023 14:33:40 +0200 Subject: [PATCH 2/3] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..2cfe7db04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Before submitting the issue** +- Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background about the `mice` methods, see [Flexible Imputation of Missing Data](https://stefvanbuuren.name/fimd/). +- Please make sure that you are using the latest version of `mice` (e.g. with the `packageVersion()` or `sessionInfo()` function). +- Please verify whether the bug has already been addressed (e.g. on [GitHub](https://github.com/amices/mice/issues?q=is%3Aissue) or [Stack Overflow](https://stackoverflow.com/questions/tagged/r-mice). + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Create a **repr**oducible **ex**ample, see e.g. the [`reprex` package](https://reprex.tidyverse.org/). A good reprex uses simulated or public data to showcase the bug. We recommend using one of the incomplete datasets included in the `mice` package (e.g. `mice::boys`) and the `reprex()` function from the `reprex` package. + +Paste the code and output of your reprex here. + +**Expected behavior** +A clear and concise description of what you expect to happen without the bug. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 14f068cbded3cd2af014c5b9364926c2165e6375 Mon Sep 17 00:00:00 2001 From: hanneoberman Date: Mon, 22 May 2023 15:17:03 +0200 Subject: [PATCH 3/3] Add help wanted issue template --- .github/ISSUE_TEMPLATE/help_wanted.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help_wanted.md diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md new file mode 100644 index 000000000..ec10d71c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help_wanted.md @@ -0,0 +1,12 @@ +--- +name: '`mice` in practice' +about: Get help with your `mice` code +title: '' +labels: 'help wanted' +assignees: '' + +--- + +![ALT: "these are not the droids you're looking for"](https://media.tenor.com/TlfAvuz0tLMAAAAC/obi-wan-kenobi-these-are-not-the-droids.gif) + +We're happy to help, but Issues are meant for bug reports and feature requests. Please post your question on the [Discussion forum](https://github.com/amices/mice/discussions).