doc: require CI status indicator in PRs

Commits are often landed despite failing on one or more CI platforms.
Having a CI status indicator in the PR should make this less likely to
happen.

PR-URL: https://github.com/nodejs/node/pull/17151
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Nikolai Vavilov 2017-11-20 16:56:33 +02:00 коммит произвёл Joyee Cheung
Родитель 79261f3003
Коммит ae2bed9938
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F586868AAD831D0C
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -142,6 +142,7 @@ test should *fail* before the change, and *pass* after the change.
All pull requests that modify executable code should be subjected to
continuous integration tests on the
[project CI server](https://ci.nodejs.org/).
The pull request should have a CI status indicator if possible.
#### Useful CI Jobs