From 200539521f5f63cccbe329be70d9fbbbf4deeba9 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Fri, 9 Oct 2015 11:22:54 -0700 Subject: [PATCH] Add short CONTRIBUTING.md file with links to the patch guidelines in Wiki & mailing list/IRC --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..dfd39385e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing to Boulder + +> **Note:** We are currently in a *General Availability* only merge window, meaning +> we will only be reviewing & merging patches which close a issue tagged with the *General +> Availability* milestone. + +Thanks for helping us build Boulder, if you haven't already had a chance to look +over our patch submission guidelines take a minute to do so now. + +* [Patch requirements](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#patch-requirements) +* [Review requirements](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#review-requirements) +* [Patch guidelines](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#patch-guidelines) + * [Deployability](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#deployability) + * [Good zero values for config fields](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#good-zero-values-for-config-fields) + * [Flag-gated RPCs](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#flag-gated-rpcs) + * [Dependencies](https://github.com/letsencrypt/boulder/wiki/Boulder-Development#dependencies) + +## Problems or questions? + +The best place to ask dev related questions is either the [discussion list](https://groups.google.com/a/letsencrypt.org/forum/#!forum/ca-dev) or [IRC](https://webchat.freenode.net/?channels=#letsencrypt).