Add link to contribution checklist for GDB's CONTRIBUTE file

Message ID CAFOnWkm1r-08-swp9fgk2O3i54fJOV9Sw9mJw=Q0dausxsuaqw@mail.gmail.com
State New, archived
Headers

Commit Message

Manish Goregaokar June 25, 2016, 3:10 p.m. UTC
  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(+)
  

Comments

Pedro Alves Oct. 4, 2016, 5:37 p.m. UTC | #1
Hi Manish,

On 06/25/2016 04:10 PM, Manish Goregaokar wrote:
> We probably should link to the checklist, it contains a lot more
> information and isn't immediately discoverable.

FYI, see here:

  https://sourceware.org/ml/gdb-patches/2016-01/msg00348.html
  https://sourceware.org/ml/gdb-patches/2016-10/msg00050.html

Thanks,
Pedro Alves
  

Patch

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: