Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Briant committed Sep 21, 2016
0 parents commit 6dbabe0
Show file tree
Hide file tree
Showing 334 changed files with 302,938 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
*.coverprofile
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Pivotal Software, Inc.
2. Google Inc.
23 changes: 23 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing

## Submitting an Issue
We use the [GitHub issue tracker](https://github.com/GoogleCloudPlatform/gcp-service-broker/issues) to track bugs and features.
Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate
support for an existing issue by voting it up. When submitting a bug report, please include a
[Gist](http://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug.


## Submitting a Pull Request
You can add a feature or bug-fix via pull request.
1. Fork the project
1. Create a branch for your feature or fix from the `develop` branch. Replace `your-feature-name` with a description of your feature or fix:

```
git checkout -b your-feature-name develop
```

1. Implement your feature or bug fix
2. Commit and push your changes
3. Submit a pull request to the `develop` branch of the [gcp-service-broker] repository. PRs to the master branch are not accepted.

[gcp-service-broker]: https://github.com/GoogleCloudPlatform/gcp-service-broker/
247 changes: 247 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6dbabe0

Please sign in to comment.