0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Add notes for contributors

This commit is contained in:
Matthew Holt 2015-04-27 10:41:55 -06:00
parent c33a49fc5e
commit d7f0133f5f

9
CONTRIBUTING.md Normal file
View file

@ -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!