From d373e89cf215661979464a7bf9de104fd922c2f3 Mon Sep 17 00:00:00 2001 From: Andrew Tatomyr Date: Fri, 1 Mar 2024 12:45:18 +0200 Subject: [PATCH] chore: update the PR template (#1462) --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e34fc995..b6ac9f8c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,10 +6,11 @@ ## Screenshots (optional) -## Has code been changed? +## Check yourself -- [ ] Tested with redoc/reference-docs/workflows (internal) +- [ ] Code changed? - Tested with redoc/reference-docs/workflows (internal) - [ ] All new/updated code is covered with tests +- [ ] New package installed? - Tested in different environments (browser/node) ## Security