This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-469
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/FLAGON-469 by this push:
new 0a24019 minor readme updates, added .asf.yaml prototype
0a24019 is described below
commit 0a24019c2dd653ab43f0646cee6689da54a6189f
Author: poorejc <[email protected]>
AuthorDate: Mon Jan 27 22:43:34 2020 -0500
minor readme updates, added .asf.yaml prototype
---
.asf.yaml | 39 +++++++++++++++++++++++++++++++++++++++
README.md | 4 ++--
2 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9dd76f8
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,39 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+github:
+ description: "Apache Flagon UserALE.js is a comprehensive behavioral logging
tool"
+ homepage: https://flagon.incubator.apache.org/
+ labels:
+ - flagon
+ - apache
+ - behavioral-analytics
+ - business-analytics
+ - usability
+ - usage
+ - user-monitoring
+ - node-js
+ - node
+ - js
+ - npm-package
+ - npmjs
+ - behavioral-sciences
+ features:
+ # Enable issues management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
\ No newline at end of file
diff --git a/README.md b/README.md
index fd8c1b4..afca7bb 100755
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@

[](http://www.apache.org/licenses/LICENSE-2.0)
-Apache UserALE.js is part of the [Apache Flagon
Project](http://flagon.incubator.apache.org/). It is a client side
instrumentation library written in JavaScript designed for easy deployment and
lightweight configuration in gathering logs from your web applications for
behavioral analytics use-cases.
+Apache UserALE.js is part of the [Apache Flagon
Project](http://flagon.incubator.apache.org/). It is a client side
instrumentation library written in JavaScript designed for easy deployment and
lightweight configuration in gathering logs from your web applications for user
behavioral analytics.
-Once included in your project, Apache UserALE.js provides comprehensive
logging capabilities capturing every event on every element rendered in your
DOM.
+Once included in your project, Apache UserALE.js provides a comprehensive
behavioral logging capability, capturing every event on every element rendered
in your DOM.
Additional documentation and a demonstration can be found at the [Apache
Flagon website](http://flagon.incubator.apache.org/userale/).