1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 21:25:24 +00:00

Resolve "Update the Gitlab merge request template to include testing steps for reviewers."

This commit is contained in:
Peter Evans 2023-01-12 16:05:21 +00:00
parent e03126dd4a
commit 3069fa4d98

View file

@ -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
- [ ]