From cd3d89f99422af77fdc96bbd978e40685cb30179 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 17 Feb 2016 12:48:46 -0500 Subject: Add `issue_template.md` and `pull_request_template.md` This appears to be a new feature of GitHub. See these links for more details: - https://github.com/dear-github/dear-github/issues/125 - https://github.com/owncloud/core/issues/new - https://github.com/blog/2111-issue-and-pull-request-templates [ci skip] --- .github/issue_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/issue_template.md (limited to '.github/issue_template.md') diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..93f328a46e --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,15 @@ +### Steps to reproduce + +(Guidelines for creating a bug report are [available +here](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report) + +### Expected behavior +Tell us what should happen + +### Actual behavior +Tell us what happens instead + +### System configuration +**Rails version**: + +**Ruby version**: -- cgit v1.2.3