This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new ed3dbf7e46 Remove issue templates from `main`
ed3dbf7e46 is described below
commit ed3dbf7e46a01d837e9035392c66438449527ec4
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 19 21:52:20 2023 +0200
Remove issue templates from `main`
---
.github/ISSUE_TEMPLATE/bug_report.md | 27 ---------------------------
.github/ISSUE_TEMPLATE/feature_request.md | 9 ---------
.github/ISSUE_TEMPLATE/question.md | 8 --------
.github/pull_request_template.md | 9 ---------
4 files changed, 53 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index bc1d782d3c..0000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: Bug report
-about: Submit a bug report
----
-
-## Description
-
-[A clear and concise description of what the bug is.]
-
-## Configuration
-
-**Version:** [Log4j version]
-
-**Operating system:** [OS and version]
-
-**JDK:** [JDK distribution and version]
-
-## Logs
-
-```
-[Stacktraces, errors, etc. relevant applications logs.]
-```
-
-## Reproduction
-
-[An isolated test reproducing the test.
-JUnit tests similar to the ones in the code base are extremely appreciated.]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 57770a1e59..0000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-name: Feature request
-about: Submit a feature request
----
-
-**Warning!**
-It is highly recommended to discuss feature requests in [the mailing
lists](https://logging.apache.org/log4j/2.x/support.html) first.
-
-[A clear and concise description of the feature requested.]
diff --git a/.github/ISSUE_TEMPLATE/question.md
b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index 33c2d469ef..0000000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-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.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index 1cea95c461..0000000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1,9 +0,0 @@
-[A clear and concise description of what the pull request is for along with a
reference to the associated issue IDs, if they exist.]
-
-## Checklist
-
-* Base your changes on `2.x` branch if you are targeting Log4j 2; use `main`
otherwise
-* `./mvnw verify` succeeds (if it fails due to code formatting issues reported
by Spotless, simply run `./mvnw spotless:apply` and retry)
-* Non-trivial changes contain an entry file in the `src/changelog/.2.x.x`
directory
-* Tests for the changes are provided
-* [Commits are
signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
(optional, but highly recommended)