From 3964fe6a006f97583933ef7c94fdce777ae9ebe0 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Tue, 6 Apr 2021 01:41:46 +1200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 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 00000000..00b5b35b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +## Adding a language + +- [ ] The code displays "Hello World" +- [ ] I have updated the readme to include the new language