From 6b50d7acc56f2727c0b8adb99e248d07e0526b2e Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Sun, 12 May 2019 17:31:35 +0100 Subject: [PATCH] More fixes to contrib.md --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3f0895..f470403 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,8 +35,6 @@ inside the `MatrixEventProcessor` class. ## Setting up -(This section needs to be written in detail) - * You will need to [setup the bridge](https://github.com/Half-Shot/matrix-appservice-discord/tree/develop#setup-the-bridge) similarly to how we describe, but you should setup a homeserver locally on your development machine. We would recommend [Synapse](https://github.com/matrix-org/synapse#id11). @@ -52,7 +50,7 @@ provide a template, but good items are: * A good example is "Ability to bridge an existing matrix room into a discord channel" * A brief description of the problem. * If you are a user of another person's bridge, please can you let us know the name of the service provider. - * If you would like to keep the details private, please PM @Half-Shot:half-shot.uk discreetly. + * If you would like to keep the details private, please PM @Half-Shot:half-shot.uk or @sorunome:sorunome.de discreetly. * Relevant logging from Synapse/your homeserver AND the bridge (if applicable). * The more verbose, the better but please don't include sensitive details like access tokens. * A screenshot is always useful. @@ -78,7 +76,7 @@ We've tried our best to keep the PR process relatively simple: * Github automatically pokes TravisCI to run both linting and tests. * Someone from the team will review your work and decide what to do with the PR. * Usually we will have feedback for the PR and will submit more comments. - * We may decide to reject it, if a feature has little chance of fitting in with the project goals. + * We may decide to reject it, if a feature does not fit with the project goals. ## Testing -- GitLab