1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-24 15:01:09 +03:00

Merge pull request #191 from per1234/improve-submission-instructions

Make submission instructions comprehensive
This commit is contained in:
per1234
2021-07-14 09:06:34 -07:00
committed by GitHub

View File

@@ -35,11 +35,13 @@ See the instructions below for detailed instructions on how to do this via the G
1. You may want to first take a look at 1. You may want to first take a look at
[the requirements for admission into the Arduino Library Manager index](FAQ.md#submission-requirements). Each submission will be checked for [the requirements for admission into the Arduino Library Manager index](FAQ.md#submission-requirements). Each submission will be checked for
compliance before being accepted. compliance before being accepted.
1. Open this link to [fork](https://guides.github.com/activities/forking/) 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. Add the library repository's URL to the list. This should be the URL of the repository home page. For example: 1. Click the <kbd>Fork this repository</kbd> button.
`https://github.com/arduino-libraries/Servo`. 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 <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