more tips

This commit is contained in:
benjamin melançon 2025-05-20 07:26:46 -04:00
parent 066fa969d3
commit 595fc9a347

View file

@ -667,8 +667,7 @@ Note: Or someone may make a tiny improvement that makes everyone's lives better.
```diff ```diff
type: module type: module
description: 'Provide workflow buttons for content moderation instead of a select dropdown of states.' description: 'Provide workflow buttons for content moderation instead of a select dropdown of states.'
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 || ^11
core: 8.x
+configure: workflow_buttons.settings +configure: workflow_buttons.settings
dependencies: dependencies:
@ -752,6 +751,23 @@ UnderstandDrupal.com shameless plug
Note: Isn't that the most anyone can ask of us these days, to maintain? 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) ![Little rabbit in big grass](content/images/little-rabbit-in-big-grass.jpg)