Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Upgrade repo-tools and regenerate scaffolding. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and alexander-fenster committed Mar 16, 2018
1 parent 385b0a5 commit ec087ae
Show file tree
Hide file tree
Showing 9 changed files with 18,809 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Please run down the following list and make sure you've tried the usual "quick
fixes":

- Search the issues already opened: https://github.com/googleapis/nodejs-compute/issues
- Search the issues on our "catch-all" repository: https://github.com/GoogleCloudPlatform/google-cloud-node
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
- Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
- Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq

If you are still having issues, please be sure to include as much information as
possible:
Expand All @@ -16,7 +15,7 @@ possible:
- OS:
- Node.js version:
- npm version:
- @google-cloud/compute version:
- `@google-cloud/compute` version:

#### Steps to reproduce

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ out/
system-test/secrets.js
system-test/*key.json
*.lock
*-lock.js*
3 changes: 3 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
Ace Nassri <anassri@google.com>
Akash Krishnan <akashfoss@users.noreply.github.com>
Alexander Fenster <github@fenster.name>
Ashley <ashley.schuett@containership.io>
Ashley Schuett <ashley@containership.io>
CRoed <chris.roed@anserinnovation.com>
Expand All @@ -16,7 +17,9 @@ Kevin Leung <kevinresol@users.noreply.github.com>
Luke Sneeringer <luke@sneeringer.com>
Luke Sneeringer <lukesneeringer@google.com>
NickZ <NZatkovich@gmail.com>
Stephen <stephenplusplus@users.noreply.github.com>
Stephen Sawchuk <sawchuk@gmail.com>
Stephen Sawchuk <stephenplusplus@users.noreply.github.com>
Tim Swast <swast@google.com>
cbastuck <mail@cbastuck.de>
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ zone
})
.catch(err => {
console.error('ERROR:', err);
});;
});
```

## Samples
Expand Down Expand Up @@ -124,4 +124,4 @@ See [LICENSE](https://github.com/googleapis/nodejs-compute/blob/master/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/compute/latest/
[product-docs]: https://cloud.google.com/compute/docs/
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_img]: //gstatic.com/cloudssh/images/open-btn.png
Loading

0 comments on commit ec087ae

Please sign in to comment.