From c05d91f36b97bb5855216a3ccae4506672eb6651 Mon Sep 17 00:00:00 2001 From: Dale Maschette Date: Mon, 8 Jul 2019 20:23:57 +1000 Subject: [PATCH] Added yaml to address the required github issue template updates identified in issue #756. Modelled off those for Shiny. Other fields can be added if required --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 651066c22..7492d0e22 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,8 @@ +--- +name: Tidy issue template +about: The aim of this template is to provide a structure for tidy issues. +--- + Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on or . 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 .