summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/jsprim/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-01-19 16:01:42 -0500
committerRuy Adorno <ruyadorno@hotmail.com>2022-01-26 12:57:48 -0500
commit33899b435d865e533a4be3d301734a2b70f2a332 (patch)
tree935efd3437ac78b039199976b88e0c077df6f181 /deps/npm/node_modules/jsprim/CONTRIBUTING.md
parentd9237c46cabac4040c68b69a2b851971a82206fb (diff)
downloadnode-new-33899b435d865e533a4be3d301734a2b70f2a332.tar.gz
deps: upgrade npm to 6.14.16
PR-URL: https://github.com/nodejs/node/pull/41601 Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'deps/npm/node_modules/jsprim/CONTRIBUTING.md')
-rw-r--r--deps/npm/node_modules/jsprim/CONTRIBUTING.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/deps/npm/node_modules/jsprim/CONTRIBUTING.md b/deps/npm/node_modules/jsprim/CONTRIBUTING.md
new file mode 100644
index 0000000000..750cef8dfd
--- /dev/null
+++ b/deps/npm/node_modules/jsprim/CONTRIBUTING.md
@@ -0,0 +1,19 @@
+# Contributing
+
+This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new
+changes. Anyone can submit changes. To get started, see the [cr.joyent.us user
+guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md).
+This repo does not use GitHub pull requests.
+
+See the [Joyent Engineering
+Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general
+best practices expected in this repository.
+
+Contributions should be "make prepush" clean. The "prepush" target runs the
+"check" target, which requires these separate tools:
+
+* https://github.com/davepacheco/jsstyle
+* https://github.com/davepacheco/javascriptlint
+
+If you're changing something non-trivial or user-facing, you may want to submit
+an issue first.