From 07e78229f997ded4655f410c2403d52bf459ab9c Mon Sep 17 00:00:00 2001 From: mathijslightbase <43813699+mathijslightbase@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:29:33 +0200 Subject: [PATCH] chore: update configuration (#102) _This PR is created by sync and will be force-pushed daily. Overwriting any manual changes done to this PR._ - Updated the pull request template Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 62f0351..6464bf3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,10 @@ explanations for these points above in the description. [tests](https://www.notion.so/lightbase/End-to-end-testing-07267aec731943049cc06364aa0233b8). - [ ] The PR does use a [feature flag](https://www.notion.so/lightbase/Feature-flags-dbeb321e2393422da410a9289f8392b6). +- [ ] The PR includes a migration which might impact production performance. If + so, notify the people that manage production. +- [ ] The PR includes an impactful change in the amount of jobs or external API + calls. If so elaborate in the description. - [ ] The PR includes technical documentation in the appropriate places. Any additional detail should be provided in the description. - Route definitions including documented error keys.