Skip to content

Commit c889903

Browse files
committed
doc: fixed a few badges in README
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent e3519b7 commit c889903

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Testify/v2
22

3-
<!-- Badges: status -->
3+
<!-- Badges: s[roadmap]tatus -->
44
[![Tests][test-badge]][test-url] [![Coverage][cov-badge]][cov-url] [![CI vuln scan][vuln-scan-badge]][vuln-scan-url] [![CodeQL][codeql-badge]][codeql-url]
55
<!-- Badges: release & docker images -->
66
<!-- Badges: code quality -->
77
<!-- Badges: license & compliance -->
88
[![Release][release-badge]][release-url] [![Go Report Card][gocard-badge]][gocard-url] [![CodeFactor Grade][codefactor-badge]][codefactor-url] [![License][license-badge]][license-url]
99
<!-- Badges: documentation & support -->
1010
<!-- Badges: others & stats -->
11-
[![GoDoc][godoc-badge]][godoc-url] [![Discord Channel][discord-badge]][discord-url] [![go version][goversion-badge]][goversion-url] ![Top language][top-badge] ![Commits since latest release][commits-badge]
11+
[![Doc][doc-badge]][doc-url] [![GoDoc][godoc-badge]][godoc-url] [![Discord Channel][discord-badge]][discord-url] [![go version][goversion-badge]][goversion-url] ![Top language][top-badge] ![Commits since latest release][commits-badge]
1212

1313
---
1414

1515
**The v2 our tests wanted**
1616

17-
## Testify - Thou Shalt Write Tests
18-
1917
A set of `go` packages that provide tools for testifying that your code behaves as you intended.
2018

2119
This is the go-openapi fork of the great [testify](https://github.com/stretchr/testify) package.
@@ -27,7 +25,17 @@ Main features:
2725

2826
* zero external dependencies
2927
* opt-in dependencies for extra features (e.g. asserting YAML)
30-
* searchable documentation
28+
* [searchable documentation][doc-url]
29+
30+
## Announcements
31+
32+
* **2025-12-19** : new community chat on discord
33+
* a new discord community channel is available to be notified of changes and support users
34+
* our venerable Slack channel remains open, and will be eventually discontinued on **2026-03-31**
35+
36+
You may join the discord community by clicking the invite link on the discord badge (also above). [![Discord Channel][discord-badge]][discord-url]
37+
38+
Or join our Slack channel: [![Slack Channel][slack-logo]![slack-badge]][slack-url]
3139

3240
### Status
3341

@@ -36,7 +44,7 @@ Design and exploration phase. Contributions and proposals are welcome.
3644
> **Recent news**
3745
> Fully refactored how assertions are generated and documented.
3846
>
39-
> Now on our way to apply more fixes, features and adopt generics.
47+
> Now on our way to apply more fixes, features and adopt generics. See [ROADMAP][roadmap].
4048
4149
## Import this library in your project
4250

@@ -109,7 +117,7 @@ distributed with this fork, including internalized libraries.
109117

110118
* [Getting started](https://go-openapi.github.io/testify/examples/)
111119
* [Motivations](https://go-openapi.github.io/testify/project/readme)
112-
* [Roadmap](https://go-openapi.github.io/testify/project/maintainers/roadmap)
120+
* [Roadmap][roadmap]
113121
* [Internal architecture](https://go-openapi.github.io/testify/project/maintainers/architecture)
114122

115123
* [All-time contributors](./CONTRIBUTORS.md)
@@ -129,6 +137,8 @@ Maintainers can cut a new release by either:
129137
* signed tags are preferred
130138
* The tag message is prepended to release notes
131139

140+
<!-- Doc links -->
141+
[roadmap]: https://go-openapi.github.io/testify/project/maintainers/roadmap
132142
<!-- Badges: status -->
133143
[test-badge]: https://github.com/go-openapi/testify/actions/workflows/go-test.yml/badge.svg
134144
[test-url]: https://github.com/go-openapi/testify/actions/workflows/go-test.yml

0 commit comments

Comments
 (0)