Skip to content
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

Use standardized maintainer metadata property value #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

per1234
Copy link

@per1234 per1234 commented Apr 2, 2025

The maintainer property of the library.properties metadata file defines the entity responsible for maintenance of the library.

In the libraries that are under Arduino's maintainership, it is standard practice to set the maintainer property to the general purpose value Arduino <[email protected]>.

Previously, instead of that standard value, this library's maintainer property defined a specific Arduino team member as the maintainer. This is prone to "bit rot", as the scope of each individual's work may change over time, or they may even move on from working for Arduino. It is unlikely that the team member will remember to update the metadata values at such time as they are no longer able to dedicate themselves to maintaining the library. So the metadata is changed to use the standard value.

It is commendable for individual team members to take responsibility for maintenance of specific libraries. However, doing so is not in any way dependent on the value of a metadata property. The change to the metadata does not imply any change to maintenance responsibilities for the project.

The `maintainer` property of the library.properties metadata file defines the entity responsible for maintenance of the
library.

In the libraries that are under Arduino's maintainership, it is standard practice to set the `maintainer` property to
the general purpose value "Arduino <[email protected]>".

Previously, instead of that standard value, this library's `maintainer` property defined a specific Arduino team member
as the maintainer. This is prone to "bit rot", as the scope of each individual's work may change over time, or they may
even move on from working for Arduino. It is unlikely that the team member will remember to update the metadata values
at such time as they are no longer able to dedicate themselves to maintaining the library. So the metadata is changed to
use the standard value.

It is commendable for individual team members to take responsibility for maintenance of specific libraries. However,
doing so is not in any way dependent on the value of a metadata property. The change to the metadata does not imply any
change to maintenance responsibilities for the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant