From f6dd9e7b2f94ed109d5a7c54c47d686ef1e086f4 Mon Sep 17 00:00:00 2001 From: ijemmy Date: Tue, 15 Feb 2022 16:56:15 +0100 Subject: [PATCH] chore(all): add a PR checklist item to update examples --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 74dcc93558..33123f8285 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,6 +36,7 @@ - [ ] I have performed a *self-review* of my own code - [ ] I have *commented* my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas - [ ] I have made corresponding changes to the *documentation* +- [ ] I have made corresponding changes to the *examples* - [ ] My changes generate *no new warnings* - [ ] The *code coverage* hasn't decreased - [ ] I have *added tests* that prove my change is effective and works