From 47f352b051c23e900878dcd570dcdc619dd445f0 Mon Sep 17 00:00:00 2001 From: Joshua Teves Date: Fri, 1 Feb 2019 15:39:51 -0500 Subject: [PATCH] [ENH] Adds issue templates for bugs and discussions (#189) * Adds bug issue template Integrates with GitHub's issues template feature. Provides fields for bug summary, suspected causes and additional details such as OS/Python version. Can modify by modifying /.github/ISSUE_TEMPLATE/bug_issue.md. See https://help.github.com/articles/manually-creating-a-single-issue-template-for-your-repository/ for more information, strategy employed is #3. * Adds discussion issue template Adds fields for discussion issue, including summary, goals and optionally strategy and additional details. For modification notes reference the previous commmit, 11ca2fe2fde3b11832bb23739ba8d0c45515af26 * Condenses bug and discussion issue templates into one Per discussions on PR#189, bug and discussions templates are condensed into one general issue template. Template contains fields for summary, additional detail and next steps. Co-authored-by: Taylor Salo Co-authored-by: Elizabeth DuPre * Adds request to cross-reference related issues * Alters neurostars submission * Clarifies context instruction * Fixes typos in issue template Addresses comments from https://github.com/ME-ICA/tedana/pull/189#discussion_r252736805 and https://github.com/ME-ICA/tedana/pull/189#discussion_r252766537 that note typos. * Adds timeline to issue response Addresses comments at https://github.com/ME-ICA/tedana/pull/189#discussion_r252352040 which request a response time guideline, and notes that the issue may not be resolved right away. --- .github/ISSUE_TEMPLATE/issue_template.md | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 000000000..3aa06f7b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,45 @@ +--- +name: Issue Template +about: File an issue +title: '' +labels: '' +assignees: '' + +--- + + + + +### Summary + + +### Additional Detail + + +### Next Steps + +