|
| 1 | +✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂ |
| 2 | +✂✂✂ REMOVE FROM THIS PART BEFORE SUBMITTING YOUR PULL REQUEST ✂✂✂ |
| 3 | +✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂ |
| 4 | + |
| 5 | +Here are some friendly reminders before submitting your pull request: |
| 6 | + |
| 7 | +- There should be an issue describing the motivation for this change. |
| 8 | +- Everything should be well tested. |
| 9 | +- Check that you are not making any intensive/slow queries (provide db explain if necessary). |
| 10 | +- Migrations should be safe https://sequra.atlassian.net/wiki/display/EN/Safe+Operations+For+High+Volume+PostgreSQL |
| 11 | + |
| 12 | +YOU CAN REMOVE THE PARTS OF THE TEMPLATE THAT DO NOT APPLY TO YOUR PULL REQUEST |
| 13 | + |
| 14 | +✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂ |
| 15 | +✂✂✂ REMOVE UP TO THIS PART BEFORE SUBMITTING YOUR PULL REQUEST ✂✂✂ |
| 16 | +✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂ |
| 17 | + |
| 18 | + ### What is the goal? |
| 19 | + |
| 20 | +_Provide a description of the overall goal (you can usually use the one from the issue)_ |
| 21 | + |
| 22 | + ### References |
| 23 | +* **Issue:** _jira issue goes here, if suggesting a new feature or change, please discuss it in an issue first_ |
| 24 | +* **Related pull-requests:** _list of related pull-requests (comma-separated): #1, #2_ |
| 25 | +* **Sentry errors:** _list of links to Sentry errors (comma-separated): link1, link2_ |
| 26 | +* **Any other references (AppSignal, Prometheus, ...):** _list of links to other references (comma-separated): link1, link2_ |
| 27 | + |
| 28 | + ### How is it being implemented? |
| 29 | + |
| 30 | +_Provide a description of the implementation_ |
| 31 | + |
| 32 | + ### Opportunistic refactorings |
| 33 | + |
| 34 | +_Have you improved the code/app in anyway? Explain what you did._ |
| 35 | + |
| 36 | + ### Caveats |
| 37 | + |
| 38 | +_If you find any, please describe all the special conditions._ |
| 39 | + |
| 40 | +### Does it affect (changes or update) any sensitive data? |
| 41 | + |
| 42 | +_Check [Sensitive data list documentation](../blob/master/docs/sensitive_data/README.md) and [Sensitive data list](../blob/master/docs/sensitive_data/sensitive-data.yml) |
| 43 | + |
| 44 | + ### How is it tested? |
| 45 | + |
| 46 | +_Automatic tests? Manual tests?_ |
| 47 | + |
| 48 | +_If it cannot be tested explain why._ |
| 49 | + |
| 50 | +_Add use cases if specs are incomplete or missing._ |
| 51 | + |
| 52 | + ### How is it going to be deployed? |
| 53 | + |
| 54 | +_If it does not require anything special, just write "Standard deployment". Otherwise, put the required steps._ |
| 55 | + |
| 56 | +- [ ] _Step 1_ |
| 57 | +- [ ] _Step 2_ |
0 commit comments