From fc3edeb10255236c88c20b8e796607c6db8e125b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 10:25:38 +0000 Subject: [PATCH] readme --- README.md.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md.in b/README.md.in index 353be4b..ee838cd 100644 --- a/README.md.in +++ b/README.md.in @@ -66,3 +66,7 @@ Now you let Mercurial create the patch: hg diff > ../my-nightly-patch.patch ``` And it can be uploaded to BugZilla. + +##### (copy of mozilla readme) Now the fun starts + +Time to start hacking! You should join us on [Matrix](https://chat.mozilla.org/), say hello in the [Introduction channel](https://chat.mozilla.org/#/room/#introduction:mozilla.org), and [find a bug to start working on](https://codetribute.mozilla.org/). See the [Firefox Contributors’ Quick Reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#firefox-contributors-quick-reference) to learn how to test your changes, send patches to Mozilla, update your source code locally, and more.