Skip to content

Commit 643fa20

Browse files
author
Sam Phippen
committed
Add an issue template.
1 parent 142dd9c commit 643fa20

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!--
2+
3+
Hi there! Here's a few pointers to help us help you with your issue as quickly
4+
as possible.
5+
6+
We prefer that the RSpec Rails issue tracker be mainly used for bug reports.
7+
Feature requests or general requests for help should go to our google group:
8+
[email protected]. We use that as our primary location for higher level
9+
RSpec discussions.
10+
11+
If you are filing a bug report, there's a few steps it'd be super if you could
12+
follow. If you can't do all of these, don't worry, but if you can it'll help us
13+
resolve your bug faster!
14+
15+
-->
16+
17+
## Description of issue
18+
19+
<!--
20+
please provide a high level description of the problem that you are having,
21+
including details like rails version and so on
22+
-->
23+
24+
## Can you provide an example app?
25+
26+
<!--
27+
This step is probably the most important in allowing us to quickly debug
28+
your issue, and we typically ask that you follow these steps:
29+
30+
1. `rails new` an app at the specific version of ruby and rails that you are
31+
using
32+
2. commit that app, so that we have the rails skeleton in a separate commit
33+
3. Make all the changes necessary (adding RSpec, models, specs, controllers,
34+
etc) to reproduce the issue. There should be a failing test or tests that you
35+
expect to pass. We'll run `bundle exec rspec`, but if you can provide a
36+
readme with more detailed instructions that'd be amazing :)
37+
4. Commit
38+
5. Provide a link to a github repo, a description of the app and what you're expecting here
39+
-->
40+
41+
## What Ruby, Rails and RSpec versions are you using?
42+
43+
<!--
44+
45+
You can run
46+
47+
```
48+
bundle exec ruby --version
49+
bundle exec rails --version
50+
bundle exec rspec --version
51+
```
52+
53+
and paste the output below
54+
55+
-->
56+
57+
## Did this problem exist before you upgraded to Rails 5?
58+
59+
<!-- We're still tracking down a few edge cases since Rails 5 came out, so if
60+
it's new for you since Rails 5, that'll help us find it faster -->

0 commit comments

Comments
 (0)