You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in contributing to the **Arduino Library Manager Registry**!
4
+
5
+
## Support and Discussion
6
+
7
+
If you would like to request assistance or discuss the **Library Manager Registry**, please make a topic on **Arduino Forum**:
8
+
9
+
https://forum.arduino.cc/c/17
10
+
11
+
## Registration and Maintenance
12
+
13
+
---
14
+
15
+
⚠ If you behave irresponsibly in your interactions with this repository, your Library Manager Registry privileges will be revoked.
16
+
17
+
Carefully read and follow the instructions in any comments the bot and human maintainers make on your pull requests. If you are having trouble following the instructions, add a comment that provides a detailed description of the problem you are having and a human maintainer will provide assistance.
18
+
19
+
Although we have set up automation for the most basic tasks, this repository is maintained by humans. So behave in a manner appropriate for interacting with humans, including clearly communicating what you are hoping to accomplish.
20
+
21
+
---
22
+
23
+
If you would like to submit a library, or request registry maintenance for a library already in the registry, please follow the instructions provided in the documentation:
24
+
25
+
[**Click here to see the documentation**](../README.md#table-of-contents)
26
+
27
+
Make sure to read the relevant sections of the FAQ:
28
+
29
+
[**Click here to see the FAQ**](../FAQ.md#table-of-contents)
Copy file name to clipboardExpand all lines: FAQ.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ Follow the instructions [here](README.md#adding-a-library-to-library-manager).
72
72
73
73
### What are the requirements for a library to be added to Library Manager?
74
74
75
+
-[ ] The library must be something of potential value to the Arduino community.
76
+
-[ ] The submitter must behave in a responsible manner in their interactions with the Library Manager Registry.
75
77
-[ ] The library must be fully compliant with the [Arduino Library Specification](https://arduino.github.io/arduino-cli/latest/library-specification).
76
78
-[ ] The library must have [a library.properties file](https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata), in compliance with the Arduino Library 1.5 format.
77
79
-[ ] The library.properties file must be located in the root of the repository.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,16 @@ See the instructions below for detailed instructions on how to do this via the G
33
33
34
34
### Instructions
35
35
36
+
---
37
+
38
+
⚠ If you behave irresponsibly in your interactions with this repository, your Library Manager Registry privileges will be revoked.
39
+
40
+
Carefully read and follow the instructions in any comments the bot and human maintainers make on your pull requests. If you are having trouble following the instructions, add a comment that provides a detailed description of the problem you are having and a human maintainer will provide assistance.
41
+
42
+
Although we have set up automation for the most basic tasks, this repository is maintained by humans. So behave in a manner appropriate for interacting with humans, including clearly communicating what you are hoping to accomplish.
43
+
44
+
---
45
+
36
46
1. You may want to first take a look at
37
47
[the requirements for admission into the Arduino Library Manager index](FAQ.md#submission-requirements). Each submission will be checked for
0 commit comments