<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SendPatches</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>Recent changes to SendPatches</description><atom:link href="https://sourceforge.net/p/scid/wiki/SendPatches/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Oct 2019 10:52:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scid/wiki/SendPatches/feed" rel="self" type="application/rss+xml"/><item><title>SendPatches modified by Fulvio</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -10,11 +10,9 @@

 ##### What's the Third Rule?

-Third, produce your [patch][] the [Diff Way][] or the [Git Way][].
+Third, produce your [patch][] using the command "git format-patch"

 [patch]: http://en.wikipedia.org/wiki/Patch_(computing)
-[Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
-[Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

 Please use "git format-patch" if you can.
 The usual "fork + pull request" is also OK.
@@ -24,8 +22,6 @@
 ##### What's the Fourth Rule?

 Fourth, send in your patch, clearly describing the purpose of your code.
-
-The fastest way is by sending your patch via the [MailingList].

 The cleanliest way is via the [Patch Tracker][].

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fulvio</dc:creator><pubDate>Mon, 28 Oct 2019 10:52:50 -0000</pubDate><guid>https://sourceforge.netee5594c9a1cfa43e670a5786c210eabe7937a4ed</guid></item><item><title>SendPatches modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -16,7 +16,8 @@
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

-(The Git Way implies the Diff Way, by the way.)
+Please use "git format-patch" if you can.
+The usual "fork + pull request" is also OK.

 In either case, you need to follow the fourth rule, below.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Mon, 13 Oct 2014 01:02:41 -0000</pubDate><guid>https://sourceforge.netd63c37541314f5b08b18b0f26dd2766f64b0ff67</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -10,11 +10,13 @@

 ##### What's the Third Rule?

-Third, produce your [patch][] either the [Diff Way][] or the [Git Way][].
+Third, produce your [patch][] the [Diff Way][] or the [Git Way][].

 [patch]: http://en.wikipedia.org/wiki/Patch_(computing)
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project
+
+(The Git Way implies the Diff Way, by the way.)

 In either case, you need to follow the fourth rule, below.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 21:20:58 -0000</pubDate><guid>https://sourceforge.net7a1b95ee91ec016988d267bd950fc3b1bc6d43b3</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -16,7 +16,7 @@
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

-In either case, you need to follow the fourth rule:
+In either case, you need to follow the fourth rule, below.

 ##### What's the Fourth Rule?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 21:19:58 -0000</pubDate><guid>https://sourceforge.nete247821da1b02ea00cb4c9eb6c65d50b07c96f04</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -16,8 +16,7 @@
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

-The Git Way is simply the Diff Way, you might like to try it first.
-It's the commonest way.
+In either case, you need to follow the fourth rule:

 ##### What's the Fourth Rule?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 21:19:45 -0000</pubDate><guid>https://sourceforge.net1006acfbd68c029890e232d2e6839e3256433381</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -29,7 +29,9 @@

 [Patch Tracker]: https://sourceforge.net/p/scid/patches/

-To send to the [Patch Tracker][], you need to [create a user account on SourceForge](https://sourceforge.net/user/registration). It's free. It's worth it.
+To send to the [Patch Tracker][], you need to be logged SourceForge. So you need to [register as a user](https://sourceforge.net/user/registration). 
+
+Do it. It's free. It's worth it.

 ##### What's the Fifth Rule?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 21:18:56 -0000</pubDate><guid>https://sourceforge.net78922ae73c7bcbaa73e75abedd54b2fe7eb55ba0</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -16,7 +16,8 @@
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

-We should tell you more about this, but for now you'll have to read these two links.
+The Git Way is simply the Diff Way, you might like to try it first.
+It's the commonest way.

 ##### What's the Fourth Rule?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 21:06:34 -0000</pubDate><guid>https://sourceforge.net578feb2842485cde0bb9278f604891a7226e4f33</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -32,6 +32,6 @@

 ##### What's the Fifth Rule?

-Either there is no fifth rule, or [Festina Lente][] and please *do* test your changes.
+[Festina Lente][] and please *do* test your changes.

 [Festina Lente]: http://en.wikipedia.org/wiki/Festina_lente
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 20:29:12 -0000</pubDate><guid>https://sourceforge.netf5f8f263c4b6a5755cf70bba36c64da35cb5f116</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -32,6 +32,6 @@

 ##### What's the Fifth Rule?

-Either there is no fifth rule, or it is [Festina Lente][].
+Either there is no fifth rule, or [Festina Lente][] and please *do* test your changes.

 [Festina Lente]: http://en.wikipedia.org/wiki/Festina_lente
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 20:25:24 -0000</pubDate><guid>https://sourceforge.net2f3ec75b05c2eb49a6b8fdcc28f98742ba13ea34</guid></item><item><title>SendPatches modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/SendPatches/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -10,8 +10,9 @@

 ##### What's the Third Rule?

-Third, produce your patch either the [Diff Way][] or the [Git Way][].
+Third, produce your [patch][] either the [Diff Way][] or the [Git Way][].

+[patch]: http://en.wikipedia.org/wiki/Patch_(computing)
 [Diff Way]: http://techbase.kde.org/Contribute/Send_Patches
 [Git Way]: http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project

@@ -21,7 +22,7 @@

 Fourth, send in your patch, clearly describing the purpose of your code.

-The fastest way is via the [MailingList], .
+The fastest way is by sending your patch via the [MailingList].

 The cleanliest way is via the [Patch Tracker][].

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Sat, 27 Sep 2014 20:16:45 -0000</pubDate><guid>https://sourceforge.net0fbfb282587ef15f94382045a8a97e833a26d2a1</guid></item></channel></rss>