Skip to content

Commit 84a9c46

Browse files
committed
Link to junit-framework repository
1 parent 0b8a67c commit 84a9c46

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ type: Bug
88
> **JUnit 4 is in maintenance mode.**
99
>
1010
> At this point, only critical bugs and security issues will be fixed.<br>
11-
> All other issues and PRs will therefore be declined.
11+
> All other issues and PRs will therefore be declined.<br>
12+
> For ongoing development, please check out the [junit-framework](https://github.com/junit-team/junit-framework/) repository.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
> **JUnit 4 is in maintenance mode.**
33
>
44
> At this point, only critical bugs and security issues will be fixed.<br>
5-
> All other issues and PRs will therefore be declined.
5+
> All other issues and PRs will therefore be declined.<br>
6+
> For ongoing development, please check out the [junit-framework](https://github.com/junit-team/junit-framework/) repository.
67
78
## Overview
89

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ JUnit is a simple framework to write repeatable tests. It is an instance of the
55
> **JUnit 4 is in maintenance mode.**
66
>
77
> At this point, only critical bugs and security issues will be fixed.<br>
8-
> All other issues and PRs will therefore be declined.
8+
> All other issues and PRs will therefore be declined.<br>
9+
> For ongoing development, please check out the [junit-framework](https://github.com/junit-team/junit-framework/) repository.
910
1011
For more information, please visit:
1112
* [Wiki](https://github.com/junit-team/junit4/wiki)

0 commit comments

Comments
 (0)