mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc: make theme consistent across api and other docs
Since website based on 2 different repos, there was an inconsistency in theme selection, so we had 2 independant theme props. Now only one stored in local storage is a single source of truth PR-URL: https://github.com/nodejs/node/pull/50877 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
This commit is contained in:
parent
4466deeb34
commit
62fc950e96
3 changed files with 17 additions and 10 deletions
|
@ -532,9 +532,10 @@ The TSC serves as the final arbiter where required.
|
|||
[build](https://github.com/nodejs/build/issues) repositories, open new
|
||||
issues. Run a new CI any time someone pushes new code to the pull request.
|
||||
4. Check that the commit message adheres to [commit message guidelines][].
|
||||
5. Add all necessary [metadata](#metadata) to commit messages before landing. If
|
||||
you are unsure exactly how to format the commit messages, use the commit log
|
||||
as a reference. See [this commit][commit-example] as an example.
|
||||
5. Add all necessary [metadata][git-node-metadata] to commit messages before
|
||||
landing. If you are unsure exactly how to format the commit messages, use
|
||||
the commit log as a reference. See [this commit][commit-example] as an
|
||||
example.
|
||||
|
||||
For pull requests from first-time contributors, be
|
||||
[welcoming](#welcoming-first-time-contributors). Also, verify that their git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue