Skip to content

Commit 8ed95b3

Browse files
author
Sam Phippen
committed
Make some edits to contributing and issue template.
1 parent 643fa20 commit 8ed95b3

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ Thanks for helping us make RSpec better!
2929
These issues are the ones that we be believe are best suited for new
3030
contributors to get started on. They represent a potential meaningful
3131
contribution to the project that should not be too hard to pull off.
32+
3233
## `Triage` issues
3334

3435
These issues are ones that have been labelled by the maintainers that we
3536
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.
3840

3941
## `Has reproduction case` issues
4042

ISSUE_TEMPLATE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,18 @@ resolve your bug faster!
1414
1515
-->
1616

17-
## Description of issue
17+
## Observed behaviour
1818

1919
<!--
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.
2229
-->
2330

2431
## Can you provide an example app?

0 commit comments

Comments
 (0)