This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add link to contribution checklist for GDB's CONTRIBUTE file


We probably should link to the checklist, it contains a lot more
information and isn't immediately discoverable.



gdb/ChangeLog:
2016-06-25  Manish Goregaokar  <manish@mozilla.com>

    * CONTRIBUTE: Link to the checklist
---
 gdb/CONTRIBUTE | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index 30f51cc..18dac85 100644
--- a/gdb/CONTRIBUTE
+++ b/gdb/CONTRIBUTE
@@ -87,6 +87,9 @@ o    Submitting Patches
     git repository, see the Anonymous read-only git access and
     Read-write git access page.

+    A more thorough patch submission checklist can be found at
+    https://sourceware.org/gdb/wiki/ContributionChecklist
+
 --

 Supplemental information for GDB:
-- 
2.8.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]