summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-08-24 08:42:29 -0700
committerRyan Dahl <ry@tinyclouds.org>2019-08-24 08:42:29 -0700
commitbdc0a13261deaa3748f51d9948b4e7b92864c324 (patch)
tree6990550e28f435f771df1ac4ef9d8413f6703d2f
parent137f33733d365026903d40e7cde6e34ac6c36dcf (diff)
doc: add CONTRIBUTING.md (#2813)
Similar to React's CONTRIBUTING.md https://github.com/facebook/react/blob/master/CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..5629d4b78
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,5 @@
+# Contributing to Deno
+
+Want to contribute to Deno? There are a few things you need to know.
+
+We wrote a **[contribution guide](https://deno.land/manual.html#contributing)** to help you get started.