mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
docs(*): Update outdated info
This commit is contained in:
parent
630cf375dc
commit
2c881b1050
2 changed files with 7 additions and 7 deletions
|
@ -5,14 +5,14 @@ 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-aws/pulls).
|
||||
* Review open [issues](https://github.com/fog/fog-aws/issues) for things to help on.
|
||||
* [Create an issue](https://github.com/fog/fog-aws/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-aws` to ensure everything is up to date.
|
||||
* [Submit a pull request](https://github.com/fog/fog-aws/compare/).
|
||||
|
||||
### Non-Coding
|
||||
|
||||
* Offer feedback on open [issues](https://github.com/fog/fog/issues).
|
||||
* Offer feedback on open [issues](https://github.com/fog/fog-aws/issues).
|
||||
* Organize or volunteer at events.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2015 [CONTRIBUTORS.md](https://github.com/fog/fog/blob/master/CONTRIBUTORS.md)
|
||||
Copyright (c) 2014-2017 [CONTRIBUTORS.md](https://github.com/fog/fog-aws/blob/master/CONTRIBUTORS.md)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
Loading…
Reference in a new issue