From 81842c69f831b7dccaa685ccacbbe218d059d76c Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 2 Jun 2020 10:34:58 +0300 Subject: [PATCH] Add link to contributing guide re sign-off of work --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dcaf018..242393a 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,12 @@ Authentication via the config file: - [Github](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/realms/github/index.html#Session) - [JIRA](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/realms/jira/index.html#Session) +# Contributing + +Before submitting pull requests, please read the [Matrix.org contribution guidelines](https://github.com/matrix-org/synapse/blob/develop/CONTRIBUTING.md#sign-off) regarding sign-off of your work. + # Developing + There's a bunch more tools this project uses when developing in order to do things like linting. Some of them are bundled with go (fmt and vet) but some are not. You should install the ones which are not: