From 9ddb9e42aa7890d0dc247cb5545f5287f475e5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Wed, 10 Apr 2013 00:00:45 +0200 Subject: [PATCH] Rename development guidelines, so they are shown when opening a new PR --- DEVELOPMENT.txt => CONTRIBUTING.txt | 0 doc/source/contribute.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename DEVELOPMENT.txt => CONTRIBUTING.txt (100%) diff --git a/DEVELOPMENT.txt b/CONTRIBUTING.txt similarity index 100% rename from DEVELOPMENT.txt rename to CONTRIBUTING.txt diff --git a/doc/source/contribute.txt b/doc/source/contribute.txt index 5e62b585..f3404b89 100644 --- a/doc/source/contribute.txt +++ b/doc/source/contribute.txt @@ -1,2 +1,2 @@ .. include:: ../../TASKS.txt -.. include:: ../../DEVELOPMENT.txt +.. include:: ../../CONTRIBUTING.txt