]> sigrok.org Git - libsigrok.git/commitdiff
HACKING: Prefer git pull requests over mailing list patches.
authorUwe Hermann <redacted>
Sun, 28 Aug 2016 18:16:31 +0000 (20:16 +0200)
committerUwe Hermann <redacted>
Sun, 28 Aug 2016 22:25:19 +0000 (00:25 +0200)
Also, drop the reference to gitorious.org (no longer available).

HACKING

diff --git a/HACKING b/HACKING
index aa408ffb6cad15c90ca5ecc0250475886b94a9e4..7e2f7c91b907c3b23f211c6f3c9563d94feb474c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -14,15 +14,16 @@ Please use the same style for any code contributions, thanks!
 Contributions
 -------------
 
- - Patches should be sent to the development mailinglist at
+ - In order to contribute you should ideally clone the git repository and
+   let us know (preferably via IRC, or via the mailing list) from where to
+   pull/review your changes. You can use github.com, or any other public git
+   hosting site.
+
+ - Alternatively, patches can be sent to the development mailinglist at
    sigrok-devel@lists.sourceforge.net (please subscribe to the list first).
 
    https://lists.sourceforge.net/lists/listinfo/sigrok-devel
 
- - Alternatively, you can also clone the git repository and let us know
-   from where to pull/review your changes. You can use gitorious.org,
-   github.com, or any other public git hosting site.
-
 
 Adding a new hardware driver
 ----------------------------