-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Please add my library #7403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add my library #7403
Conversation
|
Hi @BojanJurca. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
|
A problem was found with your submission https://github.com/BojanJurca/Lightweight-Standard-Template-Library-STL-for-Arduino ❌ ERROR: Submission URL is already in the Library Manager index. |
|
A problem was found with your submission https://github.com/BojanJurca/cin-cout-for-Arduino ❌ ERROR: Submission URL is already in the Library Manager index. |
|
Thanks for your interest in contributing to the Arduino Library Manager index @BojanJurca After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
|
A problem was found with your submission https://github.com/BojanJurca/Lightweight-Standard-Template-Library-STL-for-Arduino ❌ ERROR: Submission URL is already in the Library Manager index. |
|
Hi @BojanJurca. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
|
A problem was found with your submission https://github.com/BojanJurca/cin-cout-for-Arduino ❌ ERROR: Submission URL is already in the Library Manager index. |
|
Thanks for your interest in contributing to the Arduino Library Manager index @BojanJurca After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
per1234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @BojanJurca. Thanks for your interest in contributing to the Arduino Library Manager.
The problems reported by the bot is caused by the fact that your pull request is a mess. You will see the problem if you look at the diff you are proposing here:
https://github.com/arduino/library-registry/pull/7403/changes
The reason this happened is because you submitted this pull request from a branch of your fork repository that is outdated and out of sync compared to the main branch here in the arduino/library-registry repository.
In the future, make sure to always create a dedicated branch in your fork for each pull request. You should never make any commits directly to the main branch in your fork. The main branch should always match the main branch in this repository exactly. This way, you can use the main branch as the base for the branches you create for your pull requests. You can learn how to do that from this tutorial:
Always make sure the main branch in your fork is in sync with the main branch in this repository before you make the branch for your pull request. You can learn how to sync your fork from the documentation here:
Please properly sync your branch so that your pull request only propses the addition of the single line for the URL of your library to the repositories.txt file. It must not propose any changes to the preexisting items in the file.
Doing that will trigger another run of the automated checks. Once those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
No description provided.