diff options
author | Rich Trott <rtrott@gmail.com> | 2017-12-30 20:42:43 -0800 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-02-12 19:28:31 -0500 |
commit | 7628640db6071a71ccfd8a00a8a5718c60ef7757 (patch) | |
tree | 3ed41760c02ac85738dae5afa25aaecc3ebb55a0 | |
parent | bb022dbb961b5cbf0f8c9370ca3fdca987b21c35 (diff) | |
download | node-new-7628640db6071a71ccfd8a00a8a5718c60ef7757.tar.gz |
doc: improve alt text
Current alt text results in "GitHub badge badge". Change to intended use
of alt text so that it reads "GitHub First-time contributor badge". (The
alt text is supposed to replace the image in the event that the image
cannot be rendered.)
PR-URL: https://github.com/nodejs/node/pull/17922
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r-- | COLLABORATOR_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 9685370939..17c6038fd4 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -56,7 +56,7 @@ or a pull request. Courtesy should always be shown to individuals submitting issues and pull requests to the Node.js project. Be welcoming to first-time contributors, -identified by the GitHub ![badge](./doc/first_timer_badge.png) badge. +identified by the GitHub ![First-time contributor](./doc/first_timer_badge.png) badge. For first-time contributors, check if the commit author is the same as the pull request author, and ask if they have configured their git |