Skip to content

Commit

Permalink
Update contributing guide for models (aws#1164)
Browse files Browse the repository at this point in the history
Updates the contributing guide highlighting that the SDK is unable to take model change PRs directly, but to create an issue instead.
  • Loading branch information
jasdel authored Mar 29, 2017
1 parent 6d13e16 commit e8dd0cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ Please be aware of the following notes prior to opening a pull request:
SDK's test coverage percentage are unlikely to be merged until tests have
been added.

5. The JSON files under the SDK's `models` folder are sourced from outside the SDK.
Such as `models/apis/ec2/2016-11-15/api.json`. We will not accept pull requests
directly on these models. If you discover an issue with the models please
create a Github [issue](issues) describing the issue.

### Testing

To run the tests locally, running the `make unit` command will `go get` the
Expand Down

0 comments on commit e8dd0cf

Please sign in to comment.