From 3b9c4ff3e0993eb06f56805f3ca5ced6c3ae6737 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 26 Sep 2017 10:56:39 +0100 Subject: [PATCH] Create CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 000000000..f0dd0af28 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,4 @@ +Contributing code to Dendrite +============================= + +Dendrite follows the same pattern as https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst.