From 0640b318caf284827c3f8c3babb83a6aa557c823 Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Sun, 28 Oct 2018 12:41:08 -0400 Subject: [PATCH] Fix Issue template grammar --- ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index b14cc452..b24214c4 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -## Precheck +## Pre-check - Do not use the issues tracker for help or support, try Stack Overflow. - For bugs, do a quick search and make sure the bug has not yet been reported @@ -12,7 +12,7 @@ ## Current behavior -Include code samples, errors, steps to reproduce the error and stacktraces if appropriate. +Include code samples, errors, steps to reproduce the error and stack traces if appropriate. Will be even more helpful if you provide a sample application or a test case that reproduces the error.