From 88e68414bf8a0fe96224b2116824277a3aeb94c3 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 10 Jan 2019 17:55:32 -0800 Subject: [PATCH] Move .update-contributing.py script under .github directory. Signed-off-by: Tim 'mithro' Ansell --- .update-contributing.py => .github/update-contributing.py | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .update-contributing.py => .github/update-contributing.py (93%) diff --git a/.update-contributing.py b/.github/update-contributing.py similarity index 93% rename from .update-contributing.py rename to .github/update-contributing.py index 48bf9dfa..7f6ff44e 100755 --- a/.update-contributing.py +++ b/.github/update-contributing.py @@ -29,7 +29,7 @@ contrib.append( ---- This file is generated from [README.md](README.md), please edit that file then -run the `./.update-contributing.py`. +run the `./.github/update-contributing.py`. """) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61d2b4df..4b7acc0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,5 +92,5 @@ In addition to the above contribution guidelines, see the guide to ---- This file is generated from [README.md](README.md), please edit that file then -run the `./.update-contributing.py`. +run the `./.github/update-contributing.py`.