summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2015-04-27 10:41:55 -0600
committerMatthew Holt <[email protected]>2015-04-27 10:41:55 -0600
commitd7f0133f5fc4ac90c452f5e7c5d1dccf736b54df (patch)
treea460cc61dc879576e15969bd31984b930f47e20d /CONTRIBUTING.md
parentc33a49fc5e6e058a82b45ec2aaad0c95a1546fbf (diff)
downloadcaddy-d7f0133f5fc4ac90c452f5e7c5d1dccf736b54df.tar.gz
caddy-d7f0133f5fc4ac90c452f5e7c5d1dccf736b54df.zip
Add notes for contributors
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..81d96ed5d
--- /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