drupal-composer / drupal-packagist

:package: Drupal Packagist server to automatically build package information from projects on drupal.org
http://packagist.drupal-composer.org
28 stars 4 forks source link

Need guide about contributing #7

Closed webflo closed 9 years ago

webflo commented 9 years ago

From @dutchiexl on December 24, 2014 8:55

Sometimes I hit a wrong configured package, or a package is missing. Would contributers be able to add and change these ? Is it possible to add a "guide" here somewhere ?

Copied from original issue: webflo/packagist#7

webflo commented 9 years ago

From @kasperg on December 24, 2014 9:10

If a package is missing or misconfigured it is probably due to a bug in the project.

Unlike packagist.org this fork retrieves projects from drupal.org using the API and exposes them as Composer packages. Contributors should only need to worry about getting their projects on drupal.org.

There are probably a lot of edge cases so getting a list of problematic projects would be a great start.

webflo commented 9 years ago

From @derhasi on December 24, 2014 10:57

@dutchiexl, currently there might be multiple reasons for missing or misconfigured packages. So collecting all of those would be a large help, so we might find more edge cases.

We might add functionality to the project in the future, so a composer.json within a drupal project may be recognized and can override some or all auto-generated information.

I try to add some information to the README soon.

webflo commented 9 years ago

From @derhasi on January 13, 2015 16:2

I added the issue in drupal-composer/drupal-packagist. So we could close this here :)

derhasi commented 9 years ago

Closed as duplicate of https://github.com/drupal-composer/drupal-packagist/issues/2