From d5ecbbdb65ef1fe2116ce419a891f596340bbe0f Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 17 Sep 2024 07:19:12 +0100 Subject: [PATCH] Add a pull request template (#359) (as flagged by https://github.com/inaka/elvis_core/community) --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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..1c776394 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# Description + +A brief description of your changes. + +Closes #<issue>. + +- [ ] I have performed a self-review of my changes +- [ ] I have read and understood the [contributing guidelines](/inaka/elvis_core/blob/main/CONTRIBUTING.md)