aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-02-25 23:58:59 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-02-25 23:58:59 -0300
commitfeae5f4cfe9376567ec4b8166f7483ed5deb701f (patch)
tree4f814f6fb0a1f8fa688fc92390dd99a7086bd237 /.github
parentf78d0eded3266918242027dab6bd10d07bcb55d5 (diff)
parentcd3d89f99422af77fdc96bbd978e40685cb30179 (diff)
downloadrails-feae5f4cfe9376567ec4b8166f7483ed5deb701f.tar.gz
rails-feae5f4cfe9376567ec4b8166f7483ed5deb701f.tar.bz2
rails-feae5f4cfe9376567ec4b8166f7483ed5deb701f.zip
Merge pull request #23738 from maclover7/issue-template
Add `issue_template.md`
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md15
-rw-r--r--.github/pull_request_template.md18
2 files changed, 33 insertions, 0 deletions
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**:
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000000..1ee3601c9e
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,18 @@
+### Summary
+
+Provide a general description of the code changes in your pull
+request... were there any bugs you had fixed? If so, mention them. If
+these bugs have open GitHub issues, be sure to tag them here as well,
+to keep the conversation linked together.
+
+### Other Information
+
+If there's anything else that's important and relevant to your pull
+request, mention that information here. This could include
+benchmarks, or other information.
+
+Finally, if your pull request affects documentation or any non-code
+changes, guidelines for those changes are [available
+here](http://guides.rubyonrails.org/contribution_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
+
+Thanks for contributing to Rails!