From 75b72f844e98499ad5b591ebf27aa17c2f8e9372 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Sat, 11 Apr 2020 13:52:53 -0500 Subject: [PATCH] Create CONTRIBUTING.md (#998) * Create CONTRIBUTING.md * mention gitpod * Update CONTRIBUTING.md * mention community supports * fix capitalization issues --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..8504728336 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +Welcome to nushell! + +*Note: for a more complete guide see [The nu contributor book](https://github.com/nushell/contributor-book)* + + +For speedy contributions open it in Gitpod, nu will be pre-installed with the latest build in a VSCode like editor all from your browser. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/nushell/nushell) + +To get live support from the community see our [Discord](https://discordapp.com/invite/NtAbbGn), [Twitter](https://twitter.com/nu_shell) or File an issue or request more features here on [GitHub](https://github.com/nushell/nushell/issues/new/choose)! + +