From 776a2c14567e084c0267623fb12c82ebf681fa90 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Thu, 31 Dec 2020 13:00:46 +0900 Subject: [PATCH] Add PR template explaining that contributions aren't currently accepted. Ideally I would just disable PRs on the repo, but github doesn't currently allow that. --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..073da47 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Sorry, but... + +I'm sorry you put the time and effort into creating this pull request, but I am +not currently accepting contributions to Psychopath, as explained in the +project's readme file. + +You are more than welcome to fork Psychopath and play with it, or even develop +it independently into something of your own. But this repo is, at least for +now, a one-man project.