From 81b8aecab65db24bce17112df6534bc9719250c4 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 15 Jan 2024 16:23:36 +0800 Subject: [PATCH] MDL-80577 core: Move pull request template --- PULL_REQUEST_TEMPLATE.txt => .github/PULL_REQUEST_TEMPLATE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename PULL_REQUEST_TEMPLATE.txt => .github/PULL_REQUEST_TEMPLATE.txt (68%) diff --git a/PULL_REQUEST_TEMPLATE.txt b/.github/PULL_REQUEST_TEMPLATE.txt similarity index 68% rename from PULL_REQUEST_TEMPLATE.txt rename to .github/PULL_REQUEST_TEMPLATE.txt index c497344d235..9300ab2df5d 100644 --- a/PULL_REQUEST_TEMPLATE.txt +++ b/.github/PULL_REQUEST_TEMPLATE.txt @@ -2,6 +2,6 @@ The moodle.git repository at Github is just a mirror of the official repository. We do not accept pull requests at Github. -See CONTRIBUTING.txt guidelines for how to contribute patches for Moodle. Thank you. +See CONTRIBUTING.md guidelines for how to contribute patches for Moodle. Thank you. --