You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- E.g. a short explanation of what this pull request does.
3
+
4
+
### How to test this PR
5
+
- E.g. a short series of steps on how to test the features/bug fixes in this PR.
6
+
7
+
### Checklist
8
+
9
+
-[ ] A changelog entry has been added to `changelog/entries/unreleased` using `changelog/src/changelog.py`
10
+
-[ ] New/updated **Premium/Enterprise features** are separated correctly in the premium or enterprise folder
11
+
-[ ] The latest **Chrome and Firefox** have been used to test any new frontend features
12
+
-[ ][Documentation](https://github.com/baserow/baserow/blob/master/docs/index.md) has been updated
13
+
-[ ][Quality Standards](https://github.com/baserow/baserow/blob/master/CONTRIBUTING.md#quality-standards) are met
14
+
-[ ]**Performance**: tables are still fast with 100k+ rows, 100+ field tables
15
+
-[ ] The [redoc API pages](https://api.baserow.io/api/redoc/) have been updated for any REST API changes
16
+
-[ ] Our [custom API docs](https://github.com/baserow/baserow/blob/master/web-frontend/modules/database/pages/APIDocsDatabase.vue) are updated for changes to endpoints accessed via API tokens
17
+
-[ ] The UI/UX has been updated following the [UI Style Guide](https://baserow.io/style-guide)
18
+
-[ ] Security impact of change has been considered
0 commit comments