From 6a0c39c63ecfa4f42a3a10fcd212d59b80c7c6a7 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 16 Jul 2019 14:25:53 +0200 Subject: [PATCH] [#734,!422] contributors guide renamed to CONTRIBUTING.md --- contributors-guide.md => CONTRIBUTING.md | 0 Makefile.am | 2 +- doc/devel/contribute.dox | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename contributors-guide.md => CONTRIBUTING.md (100%) diff --git a/contributors-guide.md b/CONTRIBUTING.md similarity index 100% rename from contributors-guide.md rename to CONTRIBUTING.md diff --git a/Makefile.am b/Makefile.am index 636c4f3a5a..b8a1e628bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CONTRIB_CONFIGURE_FLAG) # keerp the sysrepo config DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPO_CONFIGURE_FLAG) -dist_doc_DATA = AUTHORS COPYING ChangeLog README contributors-guide.md +dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md .PHONY: check-valgrind check-valgrind-suppress diff --git a/doc/devel/contribute.dox b/doc/devel/contribute.dox index 1618d7d3b2..da81a0f77e 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -11,6 +11,6 @@ The Contributor's Guide has been moved to a stand alone document. See contributors-guide.md in the top level sources. -Link: https://gitlab.isc.org/isc-projects/kea/blob/master/contributors-guide.md +Link: https://gitlab.isc.org/isc-projects/kea/blob/master/CONTRIBUTING.md */ -- 2.47.2