From 17cd712ef84948ce5c3faae911bc797ebad26e09 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 1 Oct 2020 10:24:52 -0400 Subject: [PATCH] Create pull_request_template.md --- .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..ef4d389 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +DO NOT SUBMIT PULL REQUESTS HERE. + +Because of spam, an automated bot will automatically close all pull requests +opened on this repository. If you've found a legitimate bug in the source code, +you can open an issue to report it. + +This project isn't a dumping ground for random bits of C code you've written. +That goes double if you're being instructed to send pull requests as part of a +competition or a school class.