From 04f1e82966ba11b727d97b8a5c90d3f35d1c8ff7 Mon Sep 17 00:00:00 2001
From: Alan Scott <64438147+balanscott@users.noreply.github.com>
Date: Sun, 25 Apr 2021 23:02:44 -0500
Subject: [PATCH] Update README.md
---
README.md | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 0a793ea..c629713 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,8 @@ for auditing and logging activities.
## Add-Ons
This solution contains three supporting directories. The intent of these artifacts to enable
resources to work locally:
-1. platform-addons: needed software to run locally. This currently contains amq-streams-1.5 (which is the upstream of Kafka 2.6)
-2. platform-scripts: support running kafka, creating/listing and deleting topics needed for this solution
-and also building and packaging the solution as well. All the scripts are named to describe their capabilities
-3. platform-datatier: DDL that support this implementation
++ platform-scripts: support for some common platform activities. All the scripts are named to describe their capabilities
++ platform-datatier: DDL that support this implementation
## Pre-Requisites
For all iDaaS design patterns it should be assumed that you will either install as part of this effort, or have the following:
@@ -157,18 +155,12 @@ curl --location --request POST 'http://localhost:8080/message' \
### Automated Builds
Automated Builds are going to be done in Azure Pipelines
+# Getting Involved
+Here are a few ways you can get or stay involved.
+
## Ongoing Enhancements
-We maintain all enhancements within the Git Hub portal under the
-projects tab
+We maintain all enhancements within the Git Hub portal under the projects tab, please feel free to make recommendations our goal is to continually improve.
## Defects/Bugs
-All defects or bugs should be submitted through the Git Hub Portal under the
-issues tab
-
-## Chat and Collaboration
-You can always leverage Red Hat Healthcare's ZuilpChat area
-and find all the specific areas for iDAAS-DataHub. We look forward to any feedback!!
-
-If you would like to contribute feel free to, contributions are always welcome!!!!
-
+All defects or bugs should be submitted through the Git Hub Portal under the issues tab
Happy using and coding....