From c89b6b1a94031012a71b17666a9de6ada430cf53 Mon Sep 17 00:00:00 2001 From: Trentin C Bergeron Date: Mon, 15 Jul 2024 15:54:04 -0700 Subject: [PATCH] Update CONTRIBUTING.md Added images to the Submitting a PR section. Uploaded images in a separate commit. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aaf93fb31..027d1fd9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,9 @@ The initial comment has instructions. For your PR to be considered, you must sel 1. Select the preview tab. 2. Select the applicable template. This replaces the comment with the correct placeholder text. +![Submit PR Step 1](https://github.com/near/wallet-selector/blob/main/images/submit_PR_step_1.png) +![Submit PR Step 2](https://github.com/near/wallet-selector/blob/main/images/submit_PR_step_2.png) + # Branching In this project there are two important branches `main` and `dev` branch. Pushing or committing directly in these two branches is forbidden.