You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update hacking notes and tidy up gem restrictions
* Shoe-horn in psych restrictions
* Remove duplicate psych reference
* Remove old note references as most are incorrect
* Use appraisals to rebuild gemfiles
* Remove temporary rdoc restriction
* Add in deprecative versions of rhs
* Fix rubocop
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ We appreciate that. But before you do, please learn our basic rules:
6
6
* Do you have an idea for a new feature? Then don't expect it to be implemented unless you or someone else sends a [pull request](https://help.github.com/articles/using-pull-requests). You might be better to start a discussion on [the google group](http://groups.google.com/group/cukes).
7
7
* Reporting a bug? Please tell us:
8
8
* which version of Cucumber you're using
9
-
* which version of Ruby you're using.
9
+
* which version of Ruby you're using
10
+
* which version of Rails you're using (include all associated gems)
10
11
* How to reproduce it. Bugs with a failing test in a [pull request](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed.
11
-
* Want to paste some code or output? Put \`\`\` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s *Fenced Code Blocks* for details.
12
+
* Want to paste some code or output? Put ``` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s *Fenced Code Blocks* for details.
12
13
* We love [pull requests](https://help.github.com/articles/using-pull-requests). But if you don't have a test to go with it we probably won't merge it.
13
14
14
15
# Contributing to cucumber-rails
@@ -58,18 +59,3 @@ Now release it
58
59
bundle exec rake
59
60
git commit -m "Release X.Y.Z"
60
61
rake release
61
-
62
-
## Gaining Release Karma
63
-
64
-
To become a release manager, create a pull request adding your name to the list below, including
65
-
your Rubygems email address in the ticket. One of the existing Release managers will then add you.
66
-
67
-
Current release managers:
68
-
* Kosmas Chatzimichalis
69
-
* Matt Wynne
70
-
* Mathieu Jobin
71
-
* Andrew Walter
72
-
73
-
To grant release karma, issue the following command:
0 commit comments