From: Jason Self Date: Sun, 20 May 2018 15:25:31 +0000 (-0700) Subject: Update the contributing guide X-Git-Tag: v1.3~22 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=d758389b6d1f9d1e6a7ed2c4f13bbabf21e6bffd;ds=sidebyside Update the contributing guide This wording made it seem as if bug reports had to be in the form of patches too. While this is ideal not everyone reporting a bug will necessarily have a patch to fix it. --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 13e5e87..18987c3 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -5,11 +5,11 @@ Basic Information ----------------- To report a bug or submit changes to this repository please send a -patch to the GNU Linux-libre mailing list: +message to the GNU Linux-libre mailing list: - Changes should be in the form of a patch generated by - `git format-patch`. Email those to the mailing list for review. + `git format-patch`. - A patch should address one, and only one, concern. For example, a bug fix.