[Bps-public-commit] rt-extension-changemanagement branch master updated. e9cd00e3c032b5bf2be0ac34ad85616ce72b4f30

BPS Git Server git at git.bestpractical.com
Mon Feb 28 18:37:25 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-changemanagement".

The branch, master has been updated
       via  e9cd00e3c032b5bf2be0ac34ad85616ce72b4f30 (commit)
      from  4e51700f397f275164915c05c2d37c7e56cd1ee1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e9cd00e3c032b5bf2be0ac34ad85616ce72b4f30
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Mon Feb 28 13:37:22 2022 -0500

    Update README

diff --git a/README b/README
index 9763bdd..8e981fa 100644
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ RT VERSION
     Works with RT 5.
 
 INSTALLATION
-    perl Makefile.PL
-    make
-    make install
+    "perl Makefile.PL"
+    "make"
+    "make install"
         May need root permissions
 
     Edit your /opt/rt5/etc/RT_SiteConfig.pm
@@ -15,7 +15,7 @@ INSTALLATION
 
             Plugin('RT::Extension::ChangeManagement');
 
-    make initdb
+    "make initdb"
         Only run this the first time you install this module. If you run
         this twice, you may end up with duplicate data in your database.
 
@@ -42,7 +42,11 @@ DESCRIPTION
     stages of the process, you can install
     RT::Extension::MandatoryOnTransition. An example configuration is
     provided in the sample configuration file in
-    etc/ChangeManagement_Config.pm.
+    "etc/ChangeManagement_Config.pm".
+
+    We've provided a walkthrough video <https://youtu.be/uQEEf7SGlkg> to
+    demonstrate some of the functionality available in the change management
+    extension.
 
   Change Management Queue
     After installing, you'll see a new queue called Change Management for
-----------------------------------------------------------------------

Summary of changes:
 README | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
rt-extension-changemanagement


More information about the Bps-public-commit mailing list