Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Loading