Skip to content

Commit 802a9e8

Browse files
committed
Added github templates.
1 parent cbb2d63 commit 802a9e8

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed

.github/CLOSE_ISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Closing as this does not appear to be an issue. If you are convinced that this is really a bug, please feel free to re-open the issue and add more information such as:
2+
3+
* Expected behavior
4+
* Actual behavior
5+
* Code samples
6+
* Version numbers
7+
* References docs or other links
8+
9+
Or, consider opening a Pull Request.
10+
11+
__Otherwise, support questions are handled on [Stack Overflow][stackoverflow].__ [![Ask a question on Stackoverflow][overflowimg]][stackoverflow]
12+
13+
[overflowimg]: https://googledrive.com/host/0ByfSjdPVs9MZbkhjeUhMYzRTeEE/stackoveflow-tag.png
14+
[stackoverflow]: http://stackoverflow.com/questions/tagged/google-api-nodejs-client
File renamed without changes.

.github/ISSUE_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(delete this line) GitHub Issues are NOT for support questions.
2+
(delete this line) GitHub Issues ARE for bug reports, feature requests, and other issues.
3+
(delete this line) The google-api-nodejs-client Stack Overflow channel is a great place for support questions: http://stackoverflow.com/questions/tagged/google-api-nodejs-client
4+
5+
<your detailed, discussable, actionable, and helpful text goes here>
6+
7+
Thanks!

.github/PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)
2+
3+
- [ ] - `npm test` succeeds
4+
- [ ] - Pull request has been squashed into 1 commit
5+
- [ ] - I did NOT manually make changes to anything in `apis/`
6+
- [ ] - Code coverage does not decrease (if any source code was changed)
7+
- [ ] - Appropriate JSDoc comments were updated in source code (if applicable)
8+
- [ ] - Approprate changes to readme/docs are included in PR

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ See [CONTRIBUTING][contributing].
497497
[apiexplorer]: https://developers.google.com/apis-explorer
498498
[urlshort]: https://developers.google.com/url-shortener/
499499
[usingkeys]: https://developers.google.com/console/help/#UsingKeys
500-
[contributing]: https://github.com/google/google-api-nodejs-client/tree/master/CONTRIBUTING.md
500+
[contributing]: https://github.com/google/google-api-nodejs-client/blob/master/.github/CONTRIBUTING.md
501501
[copying]: https://github.com/google/google-api-nodejs-client/tree/master/COPYING
502502
[authdocs]: https://developers.google.com/accounts/docs/OAuth2Login
503503
[request]: https://github.com/mikeal/request

0 commit comments

Comments
 (0)