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.