From d7f0133f5fc4ac90c452f5e7c5d1dccf736b54df Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 27 Apr 2015 10:41:55 -0600 Subject: [PATCH] Add notes for contributors --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..81d96ed5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +## Contributing to Caddy + +This project gladly accepts contributions. Interested users are encouraged to get involved by [opening issues](https://github.com/mholt/caddy/issues) with their ideas, questions, and bug reports. Bug reports should contain clear instructions to reproduce the problem and state expected behavior. + +For small tweaks and bug fixes, feel free to submit [pull requests](https://github.com/mholt/caddy/pulls) at any time. For new features or to change existing behavior, please open an issue first to discuss it and claim it. This prevents overlapping efforts and also keeps the project in-line with its goals. + +If you've found a vulnerability that is serious, please [https://google.com/+MatthewHolt](email me). If it's not a big deal, a pull request will probably be faster. + +Thanks for your help! \ No newline at end of file