From f7737b73c9e16ede8e08b8aee3668af6baa937ba Mon Sep 17 00:00:00 2001 From: cloudhead Date: Mon, 25 Mar 2024 13:39:56 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24875008..da03169b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,17 @@ simple guidelines. * Follow the coding guidelines when proposing code changes ([see below](#code-style)). * Write properly formatted git commits messages ([see below](#writing-git-commit-messages)). * Read the DCO and if you are contributing a significant amount of code, make sure your commits are signed off, using `git commit -s`. +* Contribute code via a Radicle Patch, by following the [guide][]. +* If it's a feature addition or major change, check with the maintainers first + before submitting a patch. We wouldn't want you to waste your time! +* If you need help or would like to discuss your changes, come to our community chat on [Zulip][zulip]. + +[guide]: https://radicle.xyz/guides/user#working-with-patches +[zulip]: https://radicle.zulipchat.com + +## Submitting patches + +Patch formatting follows the same rules as commit formatting. See below. ## Linting & formatting