diff --git a/2025-midcamp-when-not-a-module-make-and-maintain.md b/2025-midcamp-when-not-a-module-make-and-maintain.md index ac1b422..c5003f9 100644 --- a/2025-midcamp-when-not-a-module-make-and-maintain.md +++ b/2025-midcamp-when-not-a-module-make-and-maintain.md @@ -667,8 +667,7 @@ Note: Or someone may make a tiny improvement that makes everyone's lives better. ```diff type: module description: 'Provide workflow buttons for content moderation instead of a select dropdown of states.' - core_version_requirement: ^8 || ^9 - core: 8.x + core_version_requirement: ^8 || ^9 || ^10 || ^11 +configure: workflow_buttons.settings dependencies: @@ -752,6 +751,23 @@ UnderstandDrupal.com shameless plug Note: Isn't that the most anyone can ask of us these days, to maintain? +---- + +#### Join `#maintainers` channel in Drupal Slack + +Note: That is the effective takeway from this entire section, because most of the tips in this section come from people in that channel. + +---- + +#### Be explicit about your level of support + + +![Maintenance status radio buttons field showing Actively maintained, Minimally maintained, Seeking co-maintainer(s), and Seeking new maintainer options.](content/images/drupal-org-module-level-support.png) + +Note: Don't think about this too much when starting development; 'Actively maintained' is fine. Remember to update this when your module is doing what you need it to do— do you want to keep adding features, do you hope somebody else will take over maintenance entirely? + +There is another option there, 'Unsupported', but please do not select that after contributing a module unless after starting development you find another module that does what you were trying to do better. + --- ![Little rabbit in big grass](content/images/little-rabbit-in-big-grass.jpg)