From 3069fa4d98b441a7f5a5546a79af16869bf23c15 Mon Sep 17 00:00:00 2001
From: Peter Evans <peter@baserow.io>
Date: Thu, 12 Jan 2023 16:05:21 +0000
Subject: [PATCH] Resolve "Update the Gitlab merge request template to include
 testing steps for reviewers."

---
 .gitlab/merge_request_templates/default.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
index 32f088514..b117044fd 100644
--- a/.gitlab/merge_request_templates/default.md
+++ b/.gitlab/merge_request_templates/default.md
@@ -1,3 +1,9 @@
+### What is in this MR
+- E.g. a short explanation of what this MR does.
+
+### How to test this MR
+- E.g. a short series of steps on how to test the features/bug fixes in this MR.
+
 ### Merge Request Checklist
 
 - [ ] [changelog.md](https://gitlab.com/bramw/baserow/-/blob/develop/changelog.md) has
@@ -8,7 +14,7 @@
   updated
 - [ ] [Quality Standards](https://gitlab.com/bramw/baserow/-/blob/develop/CONTRIBUTING.md#quality-standards)
   are met
-- [ ] **Performance**: tables are still fast with 100k+ rows, 100+ field tables 
+- [ ] **Performance**: tables are still fast with 100k+ rows, 100+ field tables
 - [ ] The [redoc API pages](https://api.baserow.io/api/redoc/) have been updated for any
   REST API changes
 - [ ]