From 67343b297824cd4a716e424bf0455b71916d661d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Rainone?= Date: Wed, 2 Sep 2020 03:12:20 +0200 Subject: [PATCH] gh: add pull request template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..a147669 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Purpose +_Describe the problem or feature in addition to a link to the issues._ + +## Approach +_How does this change address the problem?_ + +Thank you!