This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 5752ed8 Add support page
5752ed8 is described below
commit 5752ed8dd0da1887d2506b52b2604b54dd1b0cf7
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Dec 31 15:19:01 2019 -0700
Add support page
---
src/site/markdown/support.md | 50 ++++++++++++++++++++++++++++++++++++++++++++
src/site/site.xml | 1 +
2 files changed, 51 insertions(+)
diff --git a/src/site/markdown/support.md b/src/site/markdown/support.md
new file mode 100644
index 0000000..012169d
--- /dev/null
+++ b/src/site/markdown/support.md
@@ -0,0 +1,50 @@
+<!-- vim: set syn=markdown : -->
+<!--
+ 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.
+-->
+
+# Log4j Support
+
+The Apache Software Foundation does not employ individuals to develop and
support any of its projects. The
+individuals who contribute to Apache projects do it either as part of specific
tasks assigned to them by their
+employer, on their own initiative to benefit their employer, or on their own
free time. While some projects
+at the ASF have employees who are specifically paid to work on the project,
none of the committers to any
+of the Logging Services projects are directly paid to work on them.
+
+The Log4j project uses [Jira](https://issues.apache.org/jira/projects/LOG4J2)
as its issue tracking system.
+Issues get resolved in one of the following ways:
+
+1. The reporter or another interested party provide a patch attached to the
Jira issue, or (preferred) a pull request
+is provided at the [Log4j GitHub
site](https://github.com/apache/logging-log4j2).
+2. A committer is interested in the issue and decides to work on it.
+3. The reporter or another interested party sponsors one or more of the people
listed below to encourage them to
+work on the issue.
+
+## GitHub Sponsorship
+
+The following are Log4j committers who accept sponsorship through GitHub.
GitHub sponsorship can be used simply as
+a way to say thank you for the work that has been done or as a way to
encourage specific issues to be worked on. In either
+case, while the Apache Logging Services Project thanks you for your support we
cannot be responsible for any
+promises and/or contributions made by an individual committer as individual
commits must be reviewed and accepted
+by the project team. While the Logging Services team has accepted the
individuals listed below as committers to the
+projects, we cannot recommend any particular individual for any specific issue.
+
+#### Committers who accept GitHub Sponsorship
+
+* [Gary Gregory](https://github.com/garydgregory)
+* [Ralph Goers](https://github.com/rgoers)
+
+
diff --git a/src/site/site.xml b/src/site/site.xml
index 4d3b8c2..d95e6de 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -75,6 +75,7 @@
<item name="Trade-offs" href="/performance.html#tradeoffs" />
</item>
<item name="Articles and Tutorials" href="/articles.html"/>
+ <item name="Support" href="/support.html"/>
<item name="Thanks" href="/thanks.html"/>
</menu>