Skip to content

Commit 07ee930

Browse files
authored
Merge pull request #3242 from per1234/fix-submission-procedure
Adjust submission procedure documentation to get correct PR base repo
2 parents a20d5cf + 19ab8cf commit 07ee930

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,34 @@ See the instructions below for detailed instructions on how to do this via the G
3535
1. You may want to first take a look at
3636
[the requirements for admission into the Arduino Library Manager index](FAQ.md#submission-requirements). Each submission will be checked for
3737
compliance before being accepted.
38-
1. Open this link to fork this repository and edit the list via the
39-
GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt
40-
1. Click the <kbd>Fork this repository</kbd> button.
38+
1. Click the following link:<br />
39+
https://github.com/arduino/library-registry/fork<br />
40+
The "**Create a new fork**" page will open.
41+
1. Click the <kbd>Create fork</kbd> button in the "**Create a new fork**" page.<br />
42+
A "**Forking arduino/library-registry**" page will open while the fork is in the process of being created.
43+
1. Wait for the "Forking" process to finish.<br />
44+
The home page of your [fork](https://docs.github.com/get-started/quickstart/fork-a-repo) of the **library-registry** repository will open.
45+
1. Click on the file `repositories.txt` under the list of files you see in that page.<br />
46+
The "**library-registry/repositories.txt**" page will open.
47+
1. Click the pencil icon ("Edit this file") at the right side of the toolbar in the "**library-registry/repositories.txt**" page.<br />
48+
The `repositories.txt` file will open in the online text editor.
4149
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:
4250
`https://github.com/arduino-libraries/Servo`
43-
1. Click the <kbd>Propose changes</kbd> button.
44-
1. In the **"Comparing changes"** window that opens, click the <kbd>Create pull request</kbd> button.
51+
1. Click the <kbd>Commit changes...</kbd> button located near the top right corner of the page.<br />
52+
The "**Commit changes**" dialog will open.
53+
1. Click the <kbd>Commit changes</kbd> button in the "**Commit changes**" dialog.<br />
54+
The "**library-registry/repositories.txt**" page will open.
55+
1. Click the "**library-registry**" link at the top of the "**library-registry/repositories.txt**" page.<br />
56+
The home page of your fork of the **library-registry** repository will open.
57+
1. You should see a banner on the page that says:
58+
59+
> **This branch is 1 commit ahead of arduino:main.**
60+
61+
Click the "**Contribute**" link near the right side of that banner.<br />
62+
A menu will open.
63+
64+
1. Click the <kbd>Open pull request</kbd> button in the menu.<br />
65+
The "**Open a pull request**" page will open.
4566
1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button.
4667

4768
The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were

0 commit comments

Comments
 (0)