From 3a3f28beef9c6aeb878b12789262fc909c3c387b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Thu, 19 Jun 2025 14:24:27 +0200 Subject: [PATCH] Update PR template (#2240) * Add example to question about backwards compatibility * Fix spelling: backwards compatible -> backward compatible --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 31fffc4b..e0877629 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,8 +10,9 @@ _Was anything unclear during your work on this PR? Anything we should definitely ## Checklist -**Are your changes backwards compatible? Please answer below:** +**Are your changes backward compatible? Please answer below:** +_For example, a change is not backward compatible if you removed a GraphQL field._ **On a scale of 1-10 how well and how have you QA'd this change and any features it might affect? Please answer below:**