Newer
Older
These modules provide customizations used on Drupal.org itself. Other sites
SHOULD NOT INSTALL OR USE THESE MODULES! They are only included in the main
Gábor Hojtsy
committed
Drupal contributions repository for three reasons:
Gábor Hojtsy
committed
1) To facilitate members of the Drupal community who wish to help
2) Certain Drupal.org-specific assumptions are made in other modules
Gábor Hojtsy
committed
(in particular, the project and project_issue suite of modules), and
some code should be moved from those modules into here. Having a
public issue queue for the drupalorg.module will help coordinate these
development efforts.
Gábor Hojtsy
committed
3) The educational value of an example of the kinds of customizations
you can do via a site-specific module.
Official releases will never be made for this module, since we’re just
going to update Drupal.org based on our changes in Git. We have no
intention of supporting this module such that other sites can make use
of it.
p.s. Did we mention you don’t want to run this module on your own site?!
Use issue forks to work from the `7.x-3.x` branch, using feature branches named
`{issue number}-{short-description}`, for example
`2182993-api-breadcrumb-space`.