Skip to content

Use standardized maintainer metadata property value #221

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

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

per1234
Copy link
Contributor

@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 developer as the maintainer. This is prone to "bit rot", as the scope of each individual's work may change over time. It is unlikely that an individual developer 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.

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 developer as the
maintainer. This is prone to "bit rot", as the scope of each individual's work may change over time. It is unlikely that
an individual developer 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.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Apr 2, 2025
@per1234 per1234 self-assigned this Apr 2, 2025
@per1234 per1234 merged commit 0664e67 into arduino-libraries:master Apr 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant