fix(docs): Update README: add issue reporting/security guidance and expanded changelog (3.1.1/3.1.0)

This commit is contained in:
2025-11-21 15:45:53 +00:00
parent b9016206ce
commit 9ab4f1838d
5 changed files with 52 additions and 4 deletions

View File

@@ -9,6 +9,10 @@
pnpm install --save-dev @git.zone/tstest
```
## Issue Reporting and Security
For reporting bugs, issues, or security vulnerabilities, please visit https://community.foss.global/. This is the central community hub for all issue reporting. Developers who want to sign a contribution agreement and go through identification can also get a code.foss.global account to submit Pull Requests directly.
## Overview
`@git.zone/tstest/tapbundle` is the core testing framework module that provides the TAP (Test Anything Protocol) implementation for tstest. It offers a comprehensive API for writing and organizing tests with support for lifecycle hooks, test suites, enhanced assertions with diff generation, and flexible test configuration.