From 6cec601cac1a67b5af278e628ce0243d6d2c447d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 1 May 2020 12:53:56 -0400 Subject: [PATCH] more --- content/_index.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/content/_index.md b/content/_index.md index 939cc1e..fcbeecb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -282,9 +282,7 @@ With our dirty secrets acknowledged, on with the show. --- -How to make a module - -## We'll cover +### Building blocks * Hooks * Form alter @@ -295,7 +293,6 @@ How to make a module * Services * Route subscriber * Event subscriber -@TODO .. drop an example to fit services in? {{% note %}} @@ -371,15 +368,20 @@ Should it be in a template? If it's very specific to the display on your site, I definitely recommend changing core compatibility to something reasonable, 8.x And Status to "All projects", not just Full, non-sandbox projects, if you're ready to write a module. A sandbox may be a great start. Then put in your key words and search. + +Remove the version— perhaps your best bet is porting an existing module. + +Use lots of different keywords. {{% /note %}} --- -drupal.org, search, refine by "Modules". -Don't filter by version right away— perhaps your best bet is porting an existing module. -Use lots of different keywords. -Do it again on an Internet-wide search with “Drupal” and “module” included as keywords. -Ask in IRC: #drupal-support, #drupal, and #drupal-contribute (in that order and over some time, even a few days) +* Do the same searches on an Internet-wide search with “Drupal” and “module” included as keywords. +* Ask in IRC: #drupal-support, #drupal, and #drupal-contribute (in that order and over some time, even a few days) +* Er, i meant the Slack equivalents #support, #general, #contribute, see https://www.drupal.org/slack + +{{% note %}} +{{% /note %}} --- @@ -442,7 +444,7 @@ To summarize: ^^ --- -#### Step 1: Write up what you plan to do +#### Write up what you plan to do [groups.drupal.org/contributed-module-ideas](https://groups.drupal.org/contributed-module-ideas)