From 0ede4b7275f940f93632833718ee9d3877604afe Mon Sep 17 00:00:00 2001 From: Steel Brain Date: Thu, 17 Mar 2016 19:25:38 -0700 Subject: [PATCH] :art: Enhance issue template There were several issues with the last issue template, here are some of them - Instructions to user that should've been comments were not, they were shown as part of the issue - Bullets were used instead of heading, the down side is that they weren't gonna be bullets only. Users were supposed to add paragraphs below them, thus breaking the styling. - There were no separators in place This commit addresses these issues --- ISSUE_TEMPLATE.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index fbf232567..a3b357d1e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,25 +1,37 @@ + -- Are there any related issues? Try searching for both open and closed issues here: https://github.com/nylas/N1/issues?q=is%3Aissue. Keep in mind that email features are often described differently on different platforms. (Conversations == threads, shortcuts == hotkeys, etc.) +##### Are there any related issues? + +... -- What operating system are you using? +##### What operating system are you using? +... -- What version of N1 are you using? +##### What version of N1 are you using? +... +-- **Bug?** -- Do you have any third-party plugins installed? +##### Do you have any third-party plugins installed? +... -- Is the issue related to a specific email provider (Gmail, Exchange, etc.)? +##### Is the issue related to a specific email provider (Gmail, Exchange, etc.)? +... -- Is the issue reproducible with a particular attachment, message, signature, etc? - Try to provide an example as a file attachment or a screenshot. +##### Is the issue reproducible with a particular attachment, message, signature, etc? + +... +-- **Feature Request?** -- Does this feature exist in another mail client or tool you use? +##### Does this feature exist in another mail client or tool you use? +...