From a5825b90b3f47c9027f390b3eb2ce4826f438a14 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 13 Jul 2021 08:35:15 -0700 Subject: [PATCH] Remove non-existent step from submission instructions The library submission instructions contained a step for selecting a radio button before committing. This radio button only exists when editing a file in a repository you have write access to, which is why I encountered it while developing the instructions. Library submitters will not have these radio buttons and so instructions for using a non-existent UI element would cause confusion. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cdc4e270..356c6c10 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ See the instructions below for detailed instructions on how to do this via the G GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt 1. Add the library repository's URL to the list. This should be the URL of the repository home page. For example: `https://github.com/arduino-libraries/Servo`. -1. At the bottom of the page, select the radio button next to **"Create a new branch for this commit and start a pull - request."** 1. Click the Propose changes button. 1. In the **"Open a pull request"** window that opens, click the Create pull request button.