plugin_development.md in retrospec-0.3.0 vs plugin_development.md in retrospec-0.3.1

- old
+ new

@@ -14,9 +14,15 @@ ## Choosing a plugin name By default the plugin generator will use the name of the directory or the name specified via the -n option. This name will used through the generator templates so its important to pick a sensible name. The generator also uses the plugin_name as a class name although you are free to change it after creation. +### Naming the gem and repo +Please ensure the gem name uses the following naming scheme retrospec-plugin_name and that your repo is also named retrospec-plugin_name. +This will help everyone identify what the repo and gem do more easily. + +Note: puppet-retrospec does not follow this standard due to a legacy name issue that would have caused confusion. + ## What you need to override * run ## Create a context object By default the plugin generator will create a context object that can be used inside templates. The default context object