From 3516dd80d63ca2e91f5081cad33e65979ecf9f41 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Mon, 16 Sep 2024 20:49:49 +0100 Subject: [PATCH] Add a pull request template (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 0000000..1c77639 --- /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)