From fe79693290db69e42a7fc2cd2793b14e85cd2131 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Wed, 11 Dec 2024 11:21:48 -0800 Subject: [PATCH] updates --- .github/ISSUE_TEMPLATE/bug_report.yml | 37 ++++++++++++--------------- .github/ISSUE_TEMPLATE/feature.yml | 19 ++++++++++---- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0fbb0109..5ea0bd96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,23 +1,18 @@ ---- -name: Bug report -about: Create a report to help us improve +name: Bug Report +description: File a bug report. title: 'Bug Report: ' -labels: '' -assignees: '' +body: + - type: markdown + attributes: + value: | + Do not use this form to ask a question, or ask for assistance. Instead, ask on using the `r-cards` tag. + - type: textarea + id: what-happened + attributes: + label: What happened? + description: INCLUDE a *minimal* reproducible example (AKA a reprex). If you've never heard of a [reprex](https://reprex.tidyverse.org/) before, start by reading . It'll take minutes to master creating a reprex. + placeholder: Tell us what you see! + value: "Brief description of the problem." + validations: + required: true ---- - -Do not use this form to ask a question, or ask for assistance. Instead, ask on using the `r-cards` tag. -Questions about a function's use will be closed without a response. - -If you have found a bug, please briefly describe your problem and what output you expect. - -INCLUDE a *minimal* reproducible example (AKA a reprex). If you've never heard of a [reprex](https://reprex.tidyverse.org/) before, start by reading . It'll take minutes to master creating a reprex. - ---- - -Brief description of the problem. - -```r -# insert reprex here -``` diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index f422b748..f9a63061 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,8 +1,17 @@ ---- name: ✨ Feature Request description: Request or propose a new feature title: 'Feature Request: ' -labels: '' -assignees: '' - ---- +body: + - type: markdown + attributes: + value: | + Do not use this form to ask a question, or ask for assistance. Instead, ask on using the `r-cards` tag. + - type: textarea + id: feature + attributes: + label: What's the feature? + description: Describe the feature and, if applicable, create a mock-up of what you'd like to see. + placeholder: Tell us what you see! + value: "Brief description of the feature request." + validations: + required: true