Skip to content

Commit

Permalink
Merge pull request cweagans#264 from ElijahLynn/add-contributing-sect…
Browse files Browse the repository at this point in the history
…ion-readme

Add contributing section to readme.
  • Loading branch information
cweagans authored Apr 9, 2019
2 parents 007a886 + fb283e5 commit 037d392
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,17 @@ By default, failed patches are skipped.
- This plugin is easy to use with Drupal modules (which don't use semantic versioning).
- This plugin will gather patches from all dependencies and apply them as if they were in the root composer.json

## Contributing
1. `composer install`
1. `vendor/bin/gruntphp run`
1. `vendor/bin/codeception run unit`
1. `<write code>`
1. `vendor/bin/gruntphp run`
1. `vendor/bin/codeception run unit`
1. `<commit code>`
1. `<create pull request>`


## Credits

A ton of this code is adapted or taken straight from https://github.com/jpstacey/composer-patcher, which is abandoned in favor of https://github.com/netresearch/composer-patches-plugin, which is (IMHO) overly complex and difficult to use.

0 comments on commit 037d392

Please sign in to comment.