From 9852d927d3ce82caabd532c521fc3ac5eebe4a75 Mon Sep 17 00:00:00 2001 From: Chris Kent <8364109+thechriskent@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:29:09 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Fixed weird wording on checklist --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c8ed7f4f3..93ffe618c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,7 +29,7 @@ Node version used: > Put an `x` in all the items that apply (`[x]`, no spaces between the `[`, the `x`, and the `]` ). Make notes next to any that haven't been addressed. - [ ] My pull request affects only ONE sample. -- [ ] My sample does not build with any warnings +- [ ] My sample builds without any warnings - [ ] I have updated the `README.md` file's **Version history**. For new samples, created a new `README.md` file matching [this template](templates/README-template.md) - [ ] My `README.md` has at least one static high-resolution screenshot (i.e. not a GIF) located in the `assets` folder. - [ ] My `README.md` contains complete setup instructions, including pre-requisites and permissions required