diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-09-07 13:27:30 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-07 23:52:35 +0200 |
commit | 76bcbae365b82304b7ad0bfd007a5e0a97ea4bde (patch) | |
tree | 2e9a15103d8988c7412e820e2f4b5c0cd2327141 /docs/manual | |
parent | 629ae3f53746c95c02badc3a1c2540e91748876d (diff) |
docs/manual: add the "mark as superseded" hint
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/contribute.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 5f0762f4a..40579f970 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -298,6 +298,14 @@ $ git format-patch --subject-prefix "PATCH v4" \ -M -s -o outgoing origin/master --------------------- +When you provide a new version of a patch, please mark the old one as +superseded in http://patchwork.buildroot.org[patchwork]. You need to +create an account on http://patchwork.buildroot.org[patchwork] to be +able to modify the status of your patches. Note that you can only change +the status of patches you submitted yourself, which means the email +address you register in http://patchwork.buildroot.org[patchwork] should +match the one you use for sending patches to the mailing list. + [[reporting-bugs]] === Reporting issues/bugs or getting help |