Skip to content

Conversation

7Semi
Copy link
Contributor

@7Semi 7Semi commented Dec 31, 2024

Please merge the new url https://github.com/7Semi/SevenSemiSHT4x_Library and library name with additional readme.md changes

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

Arduino Lint has suggestions for possible improvements to https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 0 ERRORS, 7 WARNINGS

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

Copy link
Contributor

ERROR: Your submission meets all requirements. However, the pull request could not be merged.

Please follow this guide to resolve a merge conflict:
https://docs.github.com/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github

Once that is done, it will be merged automatically.

@github-actions github-actions bot requested a review from per1234 December 31, 2024 10:26
Copy link
Contributor

Hi @7Semi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot removed the request for review from per1234 December 31, 2024 10:37
@github-actions github-actions bot added topic: modification Change existing list entry and removed topic: submission Add library to the list labels Dec 31, 2024
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
ERROR: Library name SevenSemiSHT4x_Library not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 7 WARNINGS

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

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @7Semi
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

@github-actions github-actions bot requested a review from per1234 December 31, 2024 10:38
Copy link
Contributor

Hi @7Semi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot removed the request for review from per1234 December 31, 2024 10:50
Copy link
Contributor

A problem was found with your submission https://github.com/7Semi/7SemiSHT4x_Library

ERROR: Submission contains duplicate URLs.

Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
ERROR: Library name SevenSemiSHT4x_Library not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 7 WARNINGS

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

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @7Semi
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

@github-actions github-actions bot requested a review from per1234 December 31, 2024 10:51
@github-actions github-actions bot removed the request for review from per1234 December 31, 2024 10:51
Copy link
Contributor

Hi @7Semi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
ERROR: Library name SevenSemiSHT4x_Library not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 7 WARNINGS

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

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @7Semi
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

@github-actions github-actions bot requested a review from per1234 December 31, 2024 10:52
@github-actions github-actions bot requested a review from per1234 January 1, 2025 05:40
7Semi added 2 commits January 1, 2025 11:12
Patch 1

Hello,
Please add my library to the Arduino Library Manager:
https://github.com/7Semi/SevenSemi_SHT4x_Master
Thank you!
Copy link
Contributor

github-actions bot commented Jan 1, 2025

Hi @7Semi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

@github-actions github-actions bot removed the request for review from per1234 January 1, 2025 05:43
Copy link
Contributor

github-actions bot commented Jan 1, 2025

A problem was found with your submission https://github.com/7Semi/7SemiSHT4x_Library

ERROR: Submission contains duplicate URLs.

Copy link
Contributor

github-actions bot commented Jan 1, 2025

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemi_SHT4x_Master:

Linting library in SevenSemi_SHT4x_Master
INFO: No header file found matching library name (SevenSemi_SHT4x_Master.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Library name SevenSemi_SHT4x_Master not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemi_SHT4x_Master/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemi_SHT4x_Master/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemi_SHT4x_Master/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 6 WARNINGS

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

Copy link
Contributor

github-actions bot commented Jan 1, 2025

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
ERROR: Library name SevenSemiSHT4x_Library not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 7 WARNINGS

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

Copy link
Contributor

github-actions bot commented Jan 1, 2025

Thanks for your interest in contributing to the Arduino Library Manager index @7Semi
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

@github-actions github-actions bot requested a review from per1234 January 1, 2025 05:44
@7Semi
Copy link
Contributor Author

7Semi commented Jan 1, 2025

@ArduinoBot Please merge

Copy link
Contributor

github-actions bot commented Jan 1, 2025

Hello! I'm checking your submission again.

@github-actions github-actions bot removed the request for review from per1234 January 1, 2025 06:44
Copy link
Contributor

github-actions bot commented Jan 1, 2025

Hi @7Semi.
Your pull request has been detected as something other than a Library Manager submission.
A maintainer will need to review it before it can be merged.

If you intended to submit a library, please check the instructions and update your pull request if necessary:
https://github.com/arduino/library-registry/blob/main/README.md#instructions

Copy link
Contributor

github-actions bot commented Jan 1, 2025

A problem was found with your submission https://github.com/7Semi/7SemiSHT4x_Library

ERROR: Submission contains duplicate URLs.

Copy link
Contributor

github-actions bot commented Jan 1, 2025

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemi_SHT4x_Master:

Linting library in SevenSemi_SHT4x_Master
INFO: No header file found matching library name (SevenSemi_SHT4x_Master.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
ERROR: Library name SevenSemi_SHT4x_Master not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemi_SHT4x_Master/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemi_SHT4x_Master/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemi_SHT4x_Master/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 6 WARNINGS

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

Copy link
Contributor

github-actions bot commented Jan 1, 2025

ERROR: Arduino Lint found errors with https://github.com/7Semi/SevenSemiSHT4x_Library:

Linting library in SevenSemiSHT4x_Library
INFO: No header file found matching library name (SevenSemiSHT4x_Library.h). Best practices are for primary header      
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: Library name SevenSemiSHT4x_Library contains "library". This is superfluous.                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP016)                                                                                          
ERROR: Library name SevenSemiSHT4x_Library not found in the Library Manager index. Library names are not allowed to     
       change after being added to the index.                                                                           
       See: https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name               
       (Rule LP018)                                                                                                     
WARNING: The library.properties paragraph field repeats the sentence field. These are displayed together so redundancy  
         is not needed.                                                                                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP036)                                                                                                   
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           SevenSemiSHT4x_Library/Examples/SHT4x_Example                                          
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             
WARNING: Potentially misspelled examples folder name found: SevenSemiSHT4x_Library/Examples       
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD005)                                                                             
WARNING: Incorrect examples folder name case: SevenSemiSHT4x_Library/Examples                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD006)                                                                             

Linter results for project: 1 ERRORS, 7 WARNINGS

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

Copy link
Contributor

github-actions bot commented Jan 1, 2025

Thanks for your interest in contributing to the Arduino Library Manager index @7Semi
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

@github-actions github-actions bot requested a review from per1234 January 1, 2025 06:44
@7Semi 7Semi closed this Jan 1, 2025
@7Semi 7Semi reopened this Jan 1, 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.

Closing as superseded by the redundant submission made by @7Semi in #5704, and the subsequent clean up of the mess by #5712 and #5713.

@7Semi you are establishing a pattern of irresponsible behavior in this repository. In the future, please carefully read the comprehensive documentation we provide and comply with the standardized procedures described there:

https://github.com/arduino/library-registry#arduino-library-manager-list

If you have any questions, you are welcome to request assistance over on Arduino Forum:

https://forum.arduino.cc/

@per1234 per1234 self-assigned this Jan 2, 2025
@per1234 per1234 added topic: URL change Change library repository URL and removed topic: modification Change existing list entry labels Jan 2, 2025
@per1234 per1234 closed this Jan 2, 2025
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: URL change Change library repository URL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants