From eea55a59b1e5b3007d4ac0b2c13c775f977438c9 Mon Sep 17 00:00:00 2001 From: Sebastian Legarraga <64795732+slegarraga@users.noreply.github.com> Date: Thu, 6 Aug 2026 17:12:03 -0400 Subject: [PATCH] docs: add license and community badges to readme Signed-off-by: Sebastian Legarraga <64795732+slegarraga@users.noreply.github.com> --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0517a71..598c58f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) +[![E2E Tests](https://img.shields.io/github/actions/workflow/status/weval-org/app/e2e.yml?branch=main)](https://github.com/weval-org/app/actions/workflows/e2e.yml) + TL;DR: Weval is built for developers, AI researchers, and domain experts who need to test AI models on nuanced, qualitative tasks that go beyond standard benchmarks. --- @@ -717,6 +721,10 @@ If you use Weval in your research, please cite it as follows: Weval uses [Plausible Analytics](https://plausible.io) for privacy-first, cookie-free website analytics. The tracking script loads only in production. See [docs/ANALYTICS.md](docs/ANALYTICS.md) for details on what's tracked, how to access the dashboard, and how to add custom events. +## License + +MIT, see [LICENSE](LICENSE). + ## Bug Reports & Feedback -Found a bug? Please [open an issue](https://github.com/weval-org/app/issues/new/choose) using our bug report template. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on what to include. \ No newline at end of file +Found a bug? Please [open an issue](https://github.com/weval-org/app/issues/new/choose) using our bug report template. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on what to include. Community docs: [CONTRIBUTING.md](CONTRIBUTING.md), [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), and [SECURITY.md](SECURITY.md).