From: Tomek Mrugalski Date: Tue, 16 Jul 2019 12:25:53 +0000 (+0200) Subject: [#734,!422] contributors guide renamed to CONTRIBUTING.md X-Git-Tag: Kea-1.6.0-beta2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0c39c63ecfa4f42a3a10fcd212d59b80c7c6a7;p=thirdparty%2Fkea.git [#734,!422] contributors guide renamed to CONTRIBUTING.md --- 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 */