From 8f049b01221b20d4fba5b8ebfd03b66d576d8cc1 Mon Sep 17 00:00:00 2001 From: "hendry.wiranto" Date: Sun, 10 Dec 2023 14:36:49 +0700 Subject: [PATCH 1/2] link maintainer manifesto on readme instead of v2 notice --- README.md | 3 ++- doc.go | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccaa7586b..629a319e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Testify - Thou Shalt Write Tests ================================ -ℹ️ We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify +Notice about Testify V2: +It won't happen due to various reasons. You can read more about it on the maintainer's manifesto [here](https://github.com/stretchr/testify/issues/1089#issuecomment-1812734472). [![Build Status](https://github.com/stretchr/testify/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/stretchr/testify/actions/workflows/main.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![PkgGoDev](https://pkg.go.dev/badge/github.com/stretchr/testify)](https://pkg.go.dev/github.com/stretchr/testify) diff --git a/doc.go b/doc.go index 96407f3be..babc122f2 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,3 @@ -// ** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify ** // Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. // // testify contains the following packages: From 2780579e15e5bbf58886f170d380caa1ac61f056 Mon Sep 17 00:00:00 2001 From: "hendry.wiranto" Date: Sat, 26 Oct 2024 23:14:23 +0700 Subject: [PATCH 2/2] review: use proper github md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 629a319e2..b2dbd16ea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Testify - Thou Shalt Write Tests ================================ -Notice about Testify V2: -It won't happen due to various reasons. You can read more about it on the maintainer's manifesto [here](https://github.com/stretchr/testify/issues/1089#issuecomment-1812734472). +> [!NOTE] +> Testify is being maintained at v1, no breaking changes will be accepted in this repo. +> [See discussion about v2](https://github.com/stretchr/testify/discussions/1560). [![Build Status](https://github.com/stretchr/testify/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/stretchr/testify/actions/workflows/main.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![PkgGoDev](https://pkg.go.dev/badge/github.com/stretchr/testify)](https://pkg.go.dev/github.com/stretchr/testify)