forked from GoogleCloudPlatform/nodejs-getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix link to tutorial and chore cleanups (GoogleCloudPlatform#180)
* Update link to bookshelf tutorial * Fix formatting in README * Update repo tools * Add CONTRIBUTORS file * Add CoC * Add mailmap for future repo tools runs
- Loading branch information
Showing
7 changed files
with
137 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
.DS_Store | ||
node_modules | ||
**/node_modules/** | ||
*.log | ||
coverage/ | ||
test/encrypted/nodejs-docs-samples.json | ||
*.iml | ||
.idea/ | ||
key.json | ||
**/*.log | ||
**/node_modules | ||
.coverage | ||
.nyc_output | ||
secrets-* | ||
repo-tools-cloudbuild.yaml | ||
package-lock.json | ||
**/package-lock.json | ||
yarn.lock | ||
**/yarn.lock | ||
docs/ | ||
out/ | ||
build/ | ||
system-test/secrets.js | ||
system-test/*key.json | ||
*.lock | ||
.DS_Store | ||
google-cloud-logging-winston-*.tgz | ||
google-cloud-logging-bunyan-*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
JJ Geewax <jjg@google.com> JJ Geewax <jj@geewax.org> | ||
Jason Dobry <jdobry@google.com> Jason Dobry <jason.dobry@gmail.com> | ||
Jason Dobry <jdobry@google.com> Jason Dobry <jmdobry@users.noreply.github.com> | ||
Jun Mukai <mukai@google.com> Jun Mukai <jun.mukai@gmail.com> | ||
Luke Sneeringer <lukesneeringer@google.com> Luke Sneeringer <luke@sneeringer.com> | ||
Stephen Sawchuk <sawchuk@gmail.com> Stephen <stephenplusplus@users.noreply.github.com> | ||
Stephen Sawchuk <sawchuk@gmail.com> Stephen Sawchuk <stephenplusplus@users.noreply.github.com> | ||
Vikas Kedia <vikask@google.com> Vikas Kedia <vikas.kedia@gmail.com> | ||
Alexander Fenster <fenster@google.com> Alexander Fenster <github@fenster.name> | ||
Ali Ijaz Sheikh <ofrobots@google.com> | ||
Austin Peterson <austin@akpwebdesign.com> | ||
Dave Gramlich <callmehiphop@gmail.com> | ||
Eric Uldall <ericuldall@gmail.com> | ||
Ernest Landrito <landrito@google.com> | ||
Justin King <jcking@mtu.edu> | ||
Jason Dobry <jdobry@google.com> Jason Dobry <jmdobry@users.noreply.github.com> | ||
Jason Dobry <jdobry@google.com> Jason Dobry <jason.dobry@gmail.com> | ||
Karolis Narkevicius <karolis.n@gmail.com> | ||
Kelvin Jin <kelvinjin@google.com> | ||
Luke Sneeringer <lukesneeringer@google.com> Luke Sneeringer <luke@sneeringer.com> | ||
Matthew Loring <matthewloring@users.noreply.github.com> | ||
Michael Prentice <splaktar@gmail.com> | ||
Stephen Sawchuk <sawchuk@gmail.com> Stephen Sawchuk <stephenplusplus@users.noreply.github.com> | ||
Stephen Sawchuk <sawchuk@gmail.com> Stephen Sawchuk <stephenplusplusplus@gmail.com> | ||
Stephen Sawchuk <sawchuk@gmail.com> Stephen <stephenplusplus@users.noreply.github.com> | ||
Tim Swast <swast@google.com> | ||
F. Hinkelmann <fhinkel@vt.edu> Franziska Hinkelmann <franzih@chromium.org> | ||
Jon Wayne Parrott <jonwayne@google.com> Jon Wayne Parrott <jon.wayne.parrott@gmail.com> | ||
Jon Wayne Parrott <jonwayne@google.com> Jonathan Wayne Parrott <jon.wayne.parrott@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contributor Code of Conduct | ||
|
||
As contributors and maintainers of this project, | ||
and in the interest of fostering an open and welcoming community, | ||
we pledge to respect all people who contribute through reporting issues, | ||
posting feature requests, updating documentation, | ||
submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project | ||
a harassment-free experience for everyone, | ||
regardless of level of experience, gender, gender identity and expression, | ||
sexual orientation, disability, personal appearance, | ||
body size, race, ethnicity, age, religion, or nationality. | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery | ||
* Personal attacks | ||
* Trolling or insulting/derogatory comments | ||
* Public or private harassment | ||
* Publishing other's private information, | ||
such as physical or electronic | ||
addresses, without explicit permission | ||
* Other unethical or unprofessional conduct. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject | ||
comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct. | ||
By adopting this Code of Conduct, | ||
project maintainers commit themselves to fairly and consistently | ||
applying these principles to every aspect of managing this project. | ||
Project maintainers who do not follow or enforce the Code of Conduct | ||
may be permanently removed from the project team. | ||
|
||
This code of conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior | ||
may be reported by opening an issue | ||
or contacting one or more of the project maintainers. | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, | ||
available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# The names of individuals who have contributed to this project. | ||
# | ||
# Names are formatted as: | ||
# name <email> | ||
# | ||
Ace Nassri <anassri@google.com> | ||
Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> | ||
Allen Day <allenday@users.noreply.github.com> | ||
André Cipriani Bandarra <andreban@gmail.com> | ||
Dominik Staskiewicz <stadominik@gmail.com> | ||
F. Hinkelmann <fhinkel@vt.edu> | ||
Jason Dobry <jdobry@google.com> | ||
Jon Wayne Parrott <jonwayne@google.com> | ||
Michael McDonald <mcdonald@firebase.com> | ||
Steve Perry <steveperry-53@users.noreply.github.com> | ||
chenyumic <chenyumic@google.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
Apache License | ||
Version 2.0, January 2004 | ||
http://www.apache.org/licenses/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters