From 45ef069372cdc2e4e48fadf2c8eeb92451251522 Mon Sep 17 00:00:00 2001 From: antonio2368 Date: Thu, 15 Jul 2021 14:19:02 +0200 Subject: [PATCH] Create pull request template (#199) --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 000000000..282523d11 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +[master < Epic] PR +- [ ] Check, and update documentation if necessary +- [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog) +- [ ] Write E2E tests +- [ ] Compare the [benchmarking results](https://bench-graph.memgraph.com/) between the master branch and the Epic branch + +[master < Task] PR +- [ ] Check, and update documentation if necessary +- [ ] Update [changelog](https://docs.memgraph.com/memgraph/changelog)