From 768f6bd5ca035a33b730e40ed5b7295721dbecb1 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Tue, 13 Sep 2016 12:02:47 +0200 Subject: [PATCH] Add issue template. Use GitHub feature to add more details to reported issues. Based on Rails' issue template. Ref: https://github.com/blog/2111-issue-and-pull-request-templates --- .github/issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..34617ea008 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,20 @@ +### Steps to reproduce + +1) ... + +2) ... + +3) ... + +### Expected behavior + +Tell us what should happen ... + +### Actual behavior + +Tell us what happens instead ... + +### System configuration + +**Ruby version**: +**Rails version**: