1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-21 15:20:52 +03:00

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.
This commit is contained in:
per1234
2021-07-14 08:20:52 -07:00
parent a713efe27d
commit cd4e15e813

View File

@@ -37,9 +37,11 @@ See the instructions below for detailed instructions on how to do this via the G
compliance before being accepted. compliance before being accepted.
1. Open this link to fork this repository and edit the list via the 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 GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt
1. Click the <kbd>Fork this repository</kbd> 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: 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`. `https://github.com/arduino-libraries/Servo`.
1. Click the <kbd>Propose changes</kbd> button. 1. Click the <kbd>Propose changes</kbd> button.
1. In the **"Comparing changes"** window that opens, click the <kbd>Create pull request</kbd> button.
1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button. 1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button.
The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were