Skip to content

Commit

Permalink
Add link to practice area directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Wirt authored and Steve Wirt committed Oct 21, 2024
1 parent 3df99b2 commit d6cdc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-practices-tools/contribution/contrib-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When a new module is needed, the process looks like this:
2. Search for existing modules that might solve the problem. (It might be easier to stretch an existing module than build a new one)
3. Choose a meaningful search engine friendly module name. (crowd sourcing name suggestions is recommended)
4. Create the Drupal project on Drupal.org
5. Populate the project page with a descrion of what is coming. List supporters as CivicActions and the client. If the client does not have a drupal.org page, encourage them to create one.
5. Populate the project page with a descrion of what is coming. List supporters as CivicActions and the client [directions](../../practice-areas/engineering/drupal/README.md#contribution-to-drupalorg-modules-and-themes). If the client does not have a drupal.org page, encourage them to create one.
6. Populate the issue queue on the Drupal project with "Feature requests". Mark any that are part of the MVP as "major". Create issues for any immprovement ideas that pop up. They don't all have to be acted on, but they help shape the road map for where you want the module to go.

Check warning on line 29 in common-practices-tools/contribution/contrib-first.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] common-practices-tools/contribution/contrib-first.md#L29

Unexpected potentially insensitive use of `pop`, in somes cases `parent` may be better dad-mom retext-equality
Raw output
29:168-29:171 warning Unexpected potentially insensitive use of `pop`, in somes cases `parent` may be better                 dad-mom               retext-equality
7. Begin with alpha releases. Ideally when all your MVP/major issues are closed, you are ready for the official release.
8. After the official release, opt in to security coverage.
Expand Down

0 comments on commit d6cdc56

Please sign in to comment.