File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ Thanks for helping us make RSpec better!
29
29
These issues are the ones that we be believe are best suited for new
30
30
contributors to get started on. They represent a potential meaningful
31
31
contribution to the project that should not be too hard to pull off.
32
+
32
33
## ` Triage ` issues
33
34
34
35
These issues are ones that have been labelled by the maintainers that we
35
36
believe do not currently have enough information to be reproduced the RSpec
36
- team. You can help us move triage issues into ` ready to go ` or `has reproduction
37
- case` (for feature requests or bugs) as a seriously meaningful contribution.
37
+ team. While not directly counted by the GitHub contribution graph, we consider
38
+ helping us triage issues to the point where they can be reproduced as an
39
+ extremely meaningful contribution.
38
40
39
41
## ` Has reproduction case ` issues
40
42
Original file line number Diff line number Diff line change @@ -14,11 +14,18 @@ resolve your bug faster!
14
14
15
15
-->
16
16
17
- ## Description of issue
17
+ ## Observed behaviour
18
18
19
19
<!--
20
- please provide a high level description of the problem that you are having,
21
- including details like rails version and so on
20
+ please provide a concise description of the behaviour you are observing with
21
+ RSpec and Rails
22
+ -->
23
+
24
+ ## Expected behaviour
25
+
26
+ <!--
27
+ Please provide a description of what you expect to be happening, and how that
28
+ differs from the current behaviour.
22
29
-->
23
30
24
31
## Can you provide an example app?
You can’t perform that action at this time.
0 commit comments