[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, add-description-and-version, created. 0.07-1-g110b1eb

Jim Brandt jbrandt at bestpractical.com
Fri Jan 3 08:57:05 EST 2014


The branch, add-description-and-version has been created
        at  110b1eb061e3e5a9bf23a81dab126859d8318350 (commit)

- Log -----------------------------------------------------------------
commit 110b1eb061e3e5a9bf23a81dab126859d8318350
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 3 08:54:33 2014 -0500

    Add DESCRIPTION and RT VERSION sections
    
    Add DESCRIPTION to encourage adding some detail to explain to users
    why they would want to install the extension. Can include usage
    details, screenshots, etc.
    
    Add RT VERSION to explicitly note what versions of RT the
    extension is known to run on.

diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index b643743..532bccf 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -8,6 +8,15 @@ our $VERSION = '0.01';
 
 {{$dist->name}} - [One line description of module's purpose here]
 
+=head1 DESCRIPTION
+
+[Why would someone install this extension? What does it do? What problem
+does it solve?]
+
+=head1 RT VERSION
+
+Works with RT [What versions of RT is this known to work with?]
+
 =head1 INSTALLATION
 
 =over
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index dab48f3..aa77227 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -8,6 +8,15 @@ our $VERSION = '0.01';
 
 {{$dist->name}} - [One line description of module's purpose here]
 
+=head1 DESCRIPTION
+
+[Why would someone install this extension? What does it do? What problem
+does it solve?]
+
+=head1 RT VERSION
+
+Works with RT [What versions of RT is this known to work with?]
+
 =head1 INSTALLATION 
 
 =over

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list