Skip to content

Commit 0b8a67c

Browse files
authored
Document that JUnit 4 is in maintenance mode (#1786)
* Add to README * Add to issue template * Add to PR template
1 parent 1c0132d commit 0b8a67c

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Report a critical bug
3+
about: Please only report critical bugs since the project is in maintenance mode
4+
type: Bug
5+
---
6+
7+
> [!IMPORTANT]
8+
> **JUnit 4 is in maintenance mode.**
9+
>
10+
> At this point, only critical bugs and security issues will be fixed.<br>
11+
> All other issues and PRs will therefore be declined.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
> [!IMPORTANT]
2+
> **JUnit 4 is in maintenance mode.**
3+
>
4+
> At this point, only critical bugs and security issues will be fixed.<br>
5+
> All other issues and PRs will therefore be declined.
6+
7+
## Overview
8+
9+
<!-- Please describe your changes here and list any open questions you might have. -->

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# JUnit 4
22
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
33

4+
> [!IMPORTANT]
5+
> **JUnit 4 is in maintenance mode.**
6+
>
7+
> At this point, only critical bugs and security issues will be fixed.<br>
8+
> All other issues and PRs will therefore be declined.
9+
410
For more information, please visit:
511
* [Wiki](https://github.com/junit-team/junit4/wiki)
612
* [Download and Install guide](https://github.com/junit-team/junit4/wiki/Download-and-Install)

0 commit comments

Comments
 (0)