# Project Browser Source Example

If you want to create your own plugin for Project Browser, follow these steps:
* *Step 1*: Copy and paste this whole module into your "custom" modules folder.
* *Step 2*: Search and replace "project_browser_source_example" with your
module's machine name. Give the class an appropriate new name, and make sure
the file is named the same.
* *Step 3*: Read the in-code comments that will guide you through what's
required.

The provided code is the bare minimum code to get a new plugin working. If you
need more advanced functionality, check out the other plugins the module provides,
or reach out on Drupal Slack in the #project-browser channel.
