WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@dshamany
Copy link

A Display Library with Icons from this tutorial:

https://lastminuteengineers.com/esp32-i2c-lcd-tutorial/

@github-actions github-actions bot added the topic: submission Add library to the list label Dec 16, 2025
@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/dshamany/CharDisplay

ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @dshamany
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@per1234 per1234 self-assigned this Dec 16, 2025
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @dshamany. Thanks for your interest in contributing to the Arduino Library Manager.

I see the bot reported a problem with your submission that will block its acceptance:

A problem was found with your submission https://github.com/dshamany/CharDisplay

❌ ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

Please fix the problem so we can proceed with your submission.

  1. Create a release or tag in the library repository.
  2. Add a comment here in the pull request thread that mentions @ArduinoBot.

After that, the automated checks will run again. 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

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Dec 16, 2025
@dshamany
Copy link
Author

@ArduinoBot I have added a tag named v0.1.0

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions github-actions bot removed the status: waiting for information More information must be provided before work can proceed label Dec 16, 2025
@github-actions
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/dshamany/CharDisplay:

Linting library in CharDisplay
ERROR: Library name CharDisplay is in use by a library in the Library Manager index. Each library must have a unique    
       name value. If your library is already in the index, use the "--library-manager update" flag.                    
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format           
       (Rule LP017)                                                                                                     

Linter results for project: 1 ERRORS, 0 WARNINGS

-------------------

Linting sketch in CharDisplay/examples/basic
WARNING: Sketch file/folder name mismatch. The primary sketch file name must match the folder: basic.ino
         See: https://arduino.github.io/arduino-cli/latest/sketch-specification/#primary-sketch-file    
         (Rule SS001)                                                                                   

Linter results for project: 0 ERRORS, 1 WARNINGS

-------------------

Linter results for projects: 1 ERRORS, 1 WARNINGS

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @dshamany
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#Hello @dshamany. I see the bot reported a problem with your submission that will block its acceptance:

ERROR: Library name CharDisplay is in use by a library in the Library Manager index. Each library must have a unique    
       name value. If your library is already in the index, use the "--library-manager update" flag.                    
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format  

Please fix the problem so we can proceed with your submission.

You will need to do the following things:

  1. Change the value of the name property in the library's library.properties metadata file to a unique name not already in use by another library.
    You can search in the Arduino IDE Library Manager to determine whether a prospective name has already been taken.
  2. Bump the value of the version property in the library's library.properties metadata file.
  3. Create a new release or tag in the library repository.
  4. Add a comment here in the pull request thread that mentions @ArduinoBot.

After that, the automated checks will run again. 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

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting for information More information must be provided before work can proceed topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants