From 05a0a141aa1b2afb2fcc711ae29f4f155bc15239 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Sun, 18 Jun 2023 19:19:57 -0700 Subject: [PATCH] Create pull_request_template.md (#65) --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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..7bb6fc8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +# Describe Request + +Please describe the request in detail. Please refer to any sources that you have used. + +If this request fixes an existing issue, please refer to that issue. + +Fixes #(issue) + +# Change Type + +Is this a bug fix, a new checker, a new normalizer, or maintanance.