Resources
When to Use
Use this when you need links to drupal.org governance issues, contribution workflow documentation, coding standards, or industry AI policies.
Drupal.org Governance Issues
| Issue |
Topic |
Status |
| #3565917 |
AI policy proposal |
Active — community discussion |
| #3574093 |
AI contribution guidelines |
Active — specific rules discussion |
| #3569240 |
AI issue review guidelines |
Active — reviewer guidance |
Drupal Contribution Workflow
| Resource |
URL |
| Issue workflow |
https://www.drupal.org/docs/develop/issues |
| Git workflow |
https://www.drupal.org/docs/develop/git |
| Coding standards |
https://www.drupal.org/docs/develop/standards |
| Fair credit policy |
https://www.drupal.org/drupalorg/blog/ensuring-a-fair-drupal-contribution-credit-system |
Industry AI Policies
| Project |
Reference |
| Apache AI guidance |
https://www.apache.org/legal/generative-tooling.html |
| Linux kernel patches |
https://www.kernel.org/doc/html/latest/process/submitting-patches.html |
| QEMU AI ban |
Commit 3d40db0efc — DCO rationale |
| Gentoo AI policy |
https://wiki.gentoo.org/wiki/Project:Council/AI_policy |
| Tool |
Purpose |
| phpcs + Drupal standard |
Coding standards enforcement |
| phpstan |
Static type analysis |
| drupal-check |
Deprecated API detection |
| phpunit |
Automated testing |
| Guide |
Covers |
| drupal/security |
Drupal security architecture and access control |
| drupal/tdd |
Test-driven development for Drupal |
| drupal/forms |
Form API (commonly AI-assisted) |
| drupal/services |
Dependency injection patterns |
| development/security-practices |
General security best practices |
See Also