This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 65dddb31 Updated README with some more information
65dddb31 is described below
commit 65dddb31d062149830cfd5fba83f7d526f7d3d2c
Author: Robert Middleton <[email protected]>
AuthorDate: Fri Nov 25 10:18:57 2022 -0500
Updated README with some more information
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 81c023c7..61bb74f8 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+# Apache Log4cxx
+
+Apache Log4cxx is a logging framework for C++. More information is available
on the
+[Log4cxx Website](https://logging.apache.org/log4cxx/latest_stable).
+
+Log4cxx is part of the [Apache Logging Services](https://logging.apache.org/)
PMC.
+
# Issues and pull requests
Issues are maintained in the [Apache
JIRA](https://issues.apache.org/jira/projects/LOGCXX/issues) by
@@ -7,6 +14,9 @@ code is already available, but please be somewhat verbose:
Provide some backgrou
what actual problem the PR solves, why this needs to be solved etc. Don't just
provide commits about
the fact that you changed something.
+Because new signups are not allowed on JIRA anymore, you may also submit a bug
report through the
+GitHub mirror.
+
If any discussion is needed before actually having any code, simply create a
ticket in JIRA or send
a message to the corresponding [mailing
list](https://logging.apache.org/log4cxx/latest_stable/mail-lists.html).
Thanks!