From 0c1edd6a5623936c7c92fbad5446ffa17662fbee Mon Sep 17 00:00:00 2001 From: Winston Cooke <71997294+winstoncooke@users.noreply.github.com> Date: Mon, 9 May 2022 10:24:13 -0500 Subject: [PATCH] Update CONTRIBUTING.md link from master to main Fixes #12242 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e249f6d805..23d8bdb054 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ https://www.transifex.com/projects/p/signal-android/ ## Contributing Code -If you're new to the Signal codebase, we recommend going through our issues and picking out a simple bug to fix (check the "easy" label in our issues) in order to get yourself familiar. Also please have a look at the [CONTRIBUTING.md](https://github.com/signalapp/Signal-Android/blob/master/CONTRIBUTING.md), that might answer some of your questions. +If you're new to the Signal codebase, we recommend going through our issues and picking out a simple bug to fix (check the "easy" label in our issues) in order to get yourself familiar. Also please have a look at the [CONTRIBUTING.md](https://github.com/signalapp/Signal-Android/blob/main/CONTRIBUTING.md), that might answer some of your questions. For larger changes and feature ideas, we ask that you propose it on the [unofficial Community Forum](https://community.signalusers.org) for a high-level discussion with the wider community before implementation.