From b982c286516e9e9b83e1a599ed7458ffc6f6ad26 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 16 Jul 2018 12:43:12 +0100 Subject: [PATCH] doc: Create pull_request_template.md Let's take the opportunity to nudge new contributors to have well formatted commit messages. Signed-off-by: John Spray --- .github/pull_request_template.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 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 0000000000000..bcd25ac680651 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ + + + +- [ ] References tracker ticket +- [ ] Updates documentation if necessary +- [ ] Includes tests for new functionality or reproducer for bug + -- 2.39.5