From e6b328fcad29808a09d593005ae79edf325c2f1c Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 28 Apr 2022 07:01:33 -0400 Subject: [PATCH] =?UTF-8?q?[#34]=20Delete=20=E2=80=9Crun=20demo=20app?= =?UTF-8?q?=E2=80=9D=20from=20review=20checklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4f1c23..da42781 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,6 @@ This code review checklist is intended to serve as a starting point for the auth - [ ] Self-review: Did you review your own code in GitHub's web interface? _Code often looks different when reviewing the diff in a browser, making it easier to spot potential bugs._ - [ ] Automated tests: Did you add appropriate automated tests for any code changes? - [ ] Documentation: Did you update documentation as appropriate? (e.g [README.md](../blob/master/README.md), etc.) -- [ ] Run the app: Did you run the demo app and try the changes? - [ ] Rebase and squash: Did you pull in the latest changes from the main branch and squash your commits before assigning a reviewer? _Having your code up to date and squashed will make it easier for others to review. Use best judgement when squashing commits, as some changes (such as refactoring) might be easier to review as a separate commit._