Skip to content

Commit

Permalink
GitHub removed voting on issues a while ago [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 3, 2012
1 parent 5906ea9 commit 1d4ae9f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -97,29 +97,35 @@ Here are some ways *you* can contribute:
* by suggesting new features * by suggesting new features
* by writing or editing documentation * by writing or editing documentation
* by writing specifications * by writing specifications
* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace) * by writing code (**no patch is too small**: fix typos, add comments, clean up
inconsistent whitespace)
* by refactoring code * by refactoring code
* by closing [issues](https://github.com/rubygems/gems/issues) * by closing [issues](https://github.com/rubygems/gems/issues)
* by reviewing patches * by reviewing patches


## Submitting an Issue ## Submitting an Issue
We use the [GitHub issue tracker](https://github.com/rubygems/gems/issues) to track bugs and We use the [GitHub issue tracker](https://github.com/rubygems/gems/issues) to
features. Before submitting a bug report or feature request, check to make sure it hasn't already track bugs and features. Before submitting a bug report or feature request,
been submitted. You can indicate support for an existing issue by voting it up. When submitting a check to make sure it hasn't already been submitted. When submitting a bug
bug report, please include a [Gist](https://gist.github.com/) that includes a stack trace and any report, please include a [Gist](https://gist.github.com/) that includes a stack
details that may be necessary to reproduce the bug, including your gem version, Ruby version, and trace and any details that may be necessary to reproduce the bug, including
operating system. Ideally, a bug report should include a pull request with failing specs. your gem version, Ruby version, and operating system. Ideally, a bug report
should include a pull request with failing specs.


## Submitting a Pull Request ## Submitting a Pull Request
1. Fork the project. 1. Fork the project.
2. Create a topic branch. 2. Create a topic branch.
3. Implement your feature or bug fix. 3. Implement your feature or bug fix.
4. Add documentation for your feature or bug fix. 4. Add documentation for your feature or bug fix.
5. Run <tt>bundle exec rake doc:yard</tt>. If your changes are not 100% documented, go back to step 4. 5. Run <tt>bundle exec rake doc:yard</tt>. If your changes are not 100%
documented, go back to step 4.
6. Add specs for your feature or bug fix. 6. Add specs for your feature or bug fix.
7. Run <tt>bundle exec rake spec</tt>. If your changes are not 100% covered, go back to step 6. 7. Run <tt>bundle exec rake spec</tt>. If your changes are not 100% covered, go
back to step 6.
8. Commit and push your changes. 8. Commit and push your changes.
9. Submit a pull request. Please do not include changes to the gemspec, version, or history file. (If you want to create your own version for some reason, please do so in a separate commit.) 9. Submit a pull request. Please do not include changes to the gemspec,
version, or history file. (If you want to create your own version for some
reason, please do so in a separate commit.)


## Supported Ruby Versions ## Supported Ruby Versions
This library aims to support and is [tested against][travis] the following Ruby This library aims to support and is [tested against][travis] the following Ruby
Expand Down

0 comments on commit 1d4ae9f

Please sign in to comment.