From f3c008c7d4291f09f3a3b2d645b69715ed6462b4 Mon Sep 17 00:00:00 2001 From: Trentin C Bergeron Date: Mon, 15 Jul 2024 15:23:17 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e27bb2a95..aaf93fb31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,11 @@ Build and deploy angular example yarn nx build angular # build the angular example yarn nx deploy angular # deploys angular example to gh-pages ``` +# Submitting a PR +The initial comment has instructions. For your PR to be considered, you must select a template, include details, and make the appropriate selections from the checkboxes provided. +1. Select the preview tab. +2. Select the applicable template. This replaces the comment with the correct placeholder text. # Branching