You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/20 08:38:41 UTC

[logging-log4j-tools] branch master updated (6412bfe -> 0243a02)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


    from 6412bfe  Bump freemarker from 2.3.31 to 2.3.32 (#15)
     new 7021979  Add GitHub Issue Template for questions
     new 0243a02  Fix typo in `log4j-changelog` README

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ISSUE_TEMPLATE/{bug_report.md => question.md}  | 24 +++++-----------------
 log4j-changelog/README.adoc                        |  2 +-
 2 files changed, 6 insertions(+), 20 deletions(-)
 copy .github/ISSUE_TEMPLATE/{bug_report.md => question.md} (67%)


[logging-log4j-tools] 02/02: Fix typo in `log4j-changelog` README

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 0243a025a4dde2f2f1c7c2dc0e5a2d687cfed91f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Jan 20 09:39:44 2023 +0100

    Fix typo in `log4j-changelog` README
---
 log4j-changelog/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-changelog/README.adoc b/log4j-changelog/README.adoc
index aa83d5f..4958dac 100644
--- a/log4j-changelog/README.adoc
+++ b/log4j-changelog/README.adoc
@@ -34,7 +34,7 @@ This project embraces a model where changelog entries are kept in separate files
 Similar to `maven-changes-plugin`, changelog sources and their exports (e.g., AsciiDoc-formatted) are split by design.
 
 [#look]
-== How does it look like?
+== What does it look like?
 
 All changelog _sources_ are stored in folders under _changelog directory_ (e.g., `/src/changelog`):
 


[logging-log4j-tools] 01/02: Add GitHub Issue Template for questions

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 7021979324e412c5aa919c37682b0b3e01d9d619
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Jan 20 09:39:06 2023 +0100

    Add GitHub Issue Template for questions
---
 .github/ISSUE_TEMPLATE/question.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..f64cccd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,23 @@
+# 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.
+
+---
+name: Question
+about: Ask a question
+---
+
+As clearly indicated in [the Log4j support page](https://logging.apache.org/log4j/2.x/support.html#issues), **please use mailing lists for questions!**
+
+Issues asking questions will be removed, and you will be asked to post questions to the mailing lists instead.