more tips
This commit is contained in:
parent
066fa969d3
commit
595fc9a347
1 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue