Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ make release
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
4. You may merge the Pull Request once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Submitting an Issue
Expand All @@ -50,7 +50,7 @@ chances of your issue being dealt with quickly:
* **Motivation for or Use Case** - explain why this is a bug for you
* **Gcloud Utils Version(s)** - is it a regression?
* **Cloud in use** - is this a problem with Google Cloud only?
* **Reproduce the error** - provide a live example, screenshot, and/or a unambiguous set of steps. The more the better.
* **Reproduce the error** - provide a live example, screenshot, and/or an unambiguous set of steps. The more the better.
* **Related issues** - has a similar issue been reported before? Reference the related issues in the description.
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit). If you're requesting a feature, describe how the feature might work to resolve the user story.
Expand Down Expand Up @@ -131,4 +131,4 @@ Except for critical, urgent or very small fixes, we try to leave pull requests o
If the PR contains a database migration, please tag it with the `help wanted`. A
contributor for the project will work with you to get this tested in a staging
environment along with getting the migration running on the database. These PRs
will also be code reviewed at this time as well.
will also be code reviewed at this time as well.