From 77dba8537c476142b89ab34b745105715f7b06e5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 15 Jun 2018 12:56:38 +0100 Subject: [PATCH] docs: Rename README.commits to CONTRIBUTING.md That means GitLab will automatically pick it up and link people to it. Signed-off-by: Philip Withnall --- README.commits => CONTRIBUTING.md | 0 HACKING | 2 +- Makefile.am | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename README.commits => CONTRIBUTING.md (100%) diff --git a/README.commits b/CONTRIBUTING.md similarity index 100% rename from README.commits rename to CONTRIBUTING.md diff --git a/HACKING b/HACKING index e04e0dcdd..7c130ab40 100644 --- a/HACKING +++ b/HACKING @@ -33,5 +33,5 @@ Note that autogen.sh runs configure for you. If you wish to pass options like --prefix=/usr to configure you can give those options to autogen.sh and they will be passed on to configure. -For information about submitting patches see the README.commits file. For +For information about submitting patches see the CONTRIBUTING.md file. For information about major design decisions, see the README.rationale file. diff --git a/Makefile.am b/Makefile.am index 7de8c8ec9..a888e6df3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ EXTRA_DIST += \ NEWS.pre-1-3 \ acglib.m4 \ sanity_check \ - README.commits \ + CONTRIBUTING.md \ README.md \ README.rationale \ INSTALL.in \