From fdc33a8e69a6c0f82dedf49fbcfd3a5a70e7b493 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 11 Dec 2019 15:19:11 -0500 Subject: [PATCH] github: configure a pull request template Template provides brief reminders on what the project expects on all prs. Signed-off-by: John Mulligan --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..1b96a93 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + + +## Checklist +- [ ] Added tests for features and functional changes +- [ ] Public functions and types are documented +- [ ] Standard formatting is applied to Go code