From cd4e15e81373d0a5285b26218ec9169322e9459d Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 14 Jul 2021 08:20:52 -0700 Subject: [PATCH] Add missing steps to submission instructions It turns out there are a couple of extra steps in the workflow for submitting a PR via the GitHub web interface for those who don't have write access in the repository. I missed these while developing the instructions due to having write access. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47d8e584..3f09296e 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,11 @@ See the instructions below for detailed instructions on how to do this via the G compliance before being accepted. 1. Open this link to fork this repository and edit the list via the GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt +1. Click the Fork this repository button. 1. Add the library repository's URL to the list (it doesn't matter where in the list). This should be the URL of the repository home page. For example: `https://github.com/arduino-libraries/Servo`. 1. Click the Propose changes button. +1. In the **"Comparing changes"** window that opens, click the Create pull request button. 1. In the **"Open a pull request"** window that opens, click the Create pull request button. The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were