Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
Reset gem spec and Gemfile now that we have most builds working
  • Loading branch information
dldinternet committed Mar 27, 2017
1 parent 17666d7 commit d805176
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ New contributors are always welcome, when it doubt please ask questions. We stri
### Coding

* Pick a task:
* Offer feedback on open [pull requests](https://github.com/fog/fog/pulls).
* Review open [issues](https://github.com/fog/fog/issues) for things to help on.
* [Create an issue](https://github.com/fog/fog/issues/new) to start a discussion on additions or features.
* Offer feedback on open [pull requests](https://github.com/fog/fog-digitalocean/pulls).
* Review open [issues](https://github.com/fog/fog-digitalocean/issues) for things to help on.
* [Create an issue](https://github.com/fog/fog-digitalocean/issues/new) to start a discussion on additions or features.
* Fork the project, add your changes and tests to cover them in a topic branch.
* Commit your changes and rebase against `fog/fog` to ensure everything is up to date.
* [Submit a pull request](https://github.com/fog/fog/compare/)
* Commit your changes and rebase against `fog/fog-digitalocean` to ensure everything is up to date.
* [Submit a pull request](https://github.com/fog/fog-digitalocean/compare/)

### Non-Coding

* Offer feedback on open [issues](https://github.com/fog/fog/issues).
* Offer feedback on open [issues](https://github.com/fog/fog-digitalocean/issues).
* Write and help edit [documentation](https://github.com/fog/fog.github.com).
* Translate [documentation](https://github.com/fog/fog.github.com) in to other languages.
* Organize or volunteer at events.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org" do

group :development, :test, :integration do
# gem "coveralls", require: false
# gem "term-ansicolor", require: false
gem "coveralls", require: false
gem "term-ansicolor", require: false
end

end
Expand Down
2 changes: 0 additions & 2 deletions fog-digitalocean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mime-types'
s.add_development_dependency 'mime-types-data'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'term-ansicolor'

s.add_dependency 'fog-core', '~> 1.42'
s.add_dependency 'fog-json', '>= 1.0'
Expand Down

0 comments on commit d805176

Please sign in to comment.