Drupal Contrib First module development
When a new module is needed we try to follow Contrib First, the process looks like this:
- Check with project leadership to make sure the contract allows for it.
- Gather requirements and identify MVP vs nice-to-haves
- Search for existing modules that might solve the problem. (It might be easier to stretch an existing module than build a new one)
- If opting to build a new module:
- Choose a meaningful search engine friendly module name. (crowd sourcing name suggestions is recommended)
- Create the Drupal project on Drupal.org
- Populate the project page with a description of what is coming. List supporters as CivicActions and the client directions. If the client does not have a drupal.org page, get help from your PM to encourage them to create one.
- Populate the issue queue on the Drupal project with "Feature requests". Keep them as atomic as possible. Mark any that are part of the MVP as "major". Create issues for any improvement ideas that emerge. They don't all have to be acted on, but they help shape the road map for where you want the module to go.
- Close the issues as you go and be sure to credit yourself, CivicActions, and the client.
- Begin with alpha releases. Ideally when all your MVP/major issues are closed, you are ready for the official release.
- After the official release, opt in to Drupal security coverage.
Last update October 28, 2024.