From 2dc4bd043746fc3fb5548126292d53515b92f7e5 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Tue, 15 May 2018 00:06:44 +0200 Subject: [PATCH] add friendly introduction to contributing.md from https://github.com/hashicorp/packer/blob/master/.github/CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e70381195..72f4693dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md). +**First**: if you're unsure or afraid of anything, just ask or submit the issue or pull request anyways. You won't be yelled at for giving your best effort. The worst that can happen is that you'll be politely asked to change something. We appreciate any sort of contributions, and don't want a wall of rules to get in the way of that. + Much of the [prelude of Babel's Contributing guide](https://github.com/babel/babel/blob/master/CONTRIBUTING.md) also applies here since babel-minify is just a set of babel plugins, a preset and tools built on top of these things with babel itself. ## Useful links