diff --git a/DEVELOPING.md b/DEVELOPING.md new file mode 100644 index 0000000..065d9f3 --- /dev/null +++ b/DEVELOPING.md @@ -0,0 +1,4 @@ +# Developing + +* Issues should be filed at http://drupal.org/project/issues/entity_browser +* Pull requests can be made against https://github.com/drupal-media/entity_browser/pulls diff --git a/README.md b/README.md new file mode 100644 index 0000000..81202ca --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Entity Browser Module [![Build Status](https://travis-ci.org/drupal-media/entity_browser.svg?branch=8.x-1.x)](https://travis-ci.org/drupal-media/entity_browser) + +Provides standardized interface to list, create and select entities. + +## Requirements + +* Latest dev release of Drupal 8.x. + +## Configuration + +No functionality can be tested ATM. Module is still under heavy development. + +## Technical details + +Architecture details can be found on [architecture meta-issue.](https://www.drupal.org/node/2289821).