From 091b9ed99a1de466a783a234756c3078b73c7b0f Mon Sep 17 00:00:00 2001 From: Felipe Renan Date: Wed, 22 Nov 2017 18:16:33 -0200 Subject: [PATCH] Add issue template The issue template is a guide to help the contributors report issues. --- ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..e3f2b9cf --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +## Precheck + +- 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 +- Finally, be nice and have fun! + +## Environment + +- Ruby **[version]** +- Rails **[version]** +- Simple Form **[version]** + +## Current behavior + +Include code samples, errors, steps to reproduce the error and stacktraces if appropriate. + +Will be even more helpful if you provide a sample application or a test case that reproduces the error. + +## Expected behavior