Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Report a critical bug
about: Please only report critical bugs since the project is in maintenance mode
type: Bug
---

> [!IMPORTANT]
> **JUnit 4 is in maintenance mode.**
>
> At this point, only critical bugs and security issues will be fixed.<br>
> All other issues and PRs will therefore be declined.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
> [!IMPORTANT]
> **JUnit 4 is in maintenance mode.**
>
> At this point, only critical bugs and security issues will be fixed.<br>
> All other issues and PRs will therefore be declined.

## Overview

<!-- Please describe your changes here and list any open questions you might have. -->
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# JUnit 4
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

> [!IMPORTANT]
> **JUnit 4 is in maintenance mode.**
>
> At this point, only critical bugs and security issues will be fixed.<br>
> All other issues and PRs will therefore be declined.

For more information, please visit:
* [Wiki](https://github.com/junit-team/junit4/wiki)
* [Download and Install guide](https://github.com/junit-team/junit4/wiki/Download-and-Install)
Expand Down