Skip to content

Commit e96e54d

Browse files
committed
docs: add ctrf banner
1 parent ac25217 commit e96e54d

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,28 @@ A Go JSON test reporter to create test reports that follow the CTRF standard.
66

77
[Common Test Report Format](https://ctrf.io) ensures the generation of uniform JSON test reports, independent of programming languages or test framework in use.
88

9-
## Help us grow CTRF
10-
11-
**If you find this project useful, please consider following the [CTRF organisation](https://github.com/ctrf-io) and giving this repository a star**
12-
13-
**It means a lot to us and helps us grow this open source library.**
9+
<div align="center">
10+
<div style="padding: 1.5rem; border-radius: 8px; margin: 1rem 0; border: 1px solid #30363d;">
11+
<span style="font-size: 23px;">💚</span>
12+
<h3 style="margin: 1rem 0;">CTRF tooling is open source and free to use</h3>
13+
<p style="font-size: 16px;">You can support the project with a follow and a star</p>
14+
15+
<div style="margin-top: 1.5rem;">
16+
<a href="https://github.com/ctrf-io/go-ctrf-json-reporter">
17+
<img src="https://img.shields.io/github/stars/ctrf-io/go-ctrf-json-reporter?style=for-the-badge&color=2ea043" alt="GitHub stars">
18+
</a>
19+
<a href="https://github.com/ctrf-io">
20+
<img src="https://img.shields.io/github/followers/ctrf-io?style=for-the-badge&color=2ea043" alt="GitHub followers">
21+
</a>
22+
</div>
23+
</div>
24+
25+
<p style="font-size: 14px; margin: 1rem 0;">
26+
Maintained by <a href="https://github.com/ma11hewthomas">Matthew Thomas</a><br/>
27+
Contributions are very welcome! <br/>
28+
Explore more <a href="https://www.ctrf.io/integrations">integrations</a>
29+
</p>
30+
</div>
1431

1532
## Features
1633

0 commit comments

Comments
 (0)