From a713efe27d051a432d06e7262e403ea27ac2ef26 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 14 Jul 2021 08:15:02 -0700 Subject: [PATCH] Explain that it doesn't matter where in the submission list the URL is added The process is intended to be as simple, fast, and flexible as possible for the submitter. For this reason, there is absolutely no expectation regarding where in `repositories.txt` the library repository URL should be added. The system will work fine no matter if it's at the start, end, alphabetical order, or some random spot. If we do want to restore alphabetical order periodically, a maintainer can easily do that. For this reason, there was previously no mention of the proper location in the list for submitters to use, since there is none. However, this ambiguity might actually make the process less friendly to those who are left wondering. So it's best to explicitly state that the location doesn't matter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e6b595..47d8e584 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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. Add the library repository's URL to 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`. 1. Click the Propose changes button. 1. In the **"Open a pull request"** window that opens, click the Create pull request button.