From 88766c56af31c2f5b4234ea0bdc35fbf6744ba70 Mon Sep 17 00:00:00 2001 From: Notorious Code <85607176+Notorious-Coding@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:30:29 +0200 Subject: [PATCH] Revise internal dependencies and workflow testing notes Updated internal dependencies section and added note about testing prerelease workflows. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df8c265..ec1c56f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ Please be respectful and constructive in all interactions. We want this project ``` NotoriousTest/ # Orchestration package NotoriousTest.Core/ # Main package (core abstractions) -NotoriousTest.Runtime/ # Lifecycle runtime +NotoriousTest.{Runtime, SqliteRegistry, TestSettings}/ # Internal dependencies DoggyDog/ # Watchdog — cleanup after unexpected crashes NotoriousTest.{XUnit,NUnit,MSTest,TUnit}/ # Test framework adapters NotoriousTest.{Database,Sqlite,SqlServer,PostgreSql,TestContainers,Web}/ # Infrastructure implementations @@ -207,8 +207,8 @@ Releases are handled by the maintainer via the GitHub Actions workflows: - **Release:** `.github/workflows/release.yml`: Triggered by github releases. Contributors do not need to worry about releases; just make sure `CHANGELOG.md` is updated in your PR. - Do not hesitate to test prerelease workflow changes with [act](https://github.com/nektos/act). + --- Questions? Start a [discussion](https://github.com/Notorious-Coding/Notorious-Test/discussions) or open an issue.