From d596bd13a23ebdde0cdc1d761aef966fe79f61ce Mon Sep 17 00:00:00 2001 From: qsq8t65pxs Date: Fri, 22 May 2026 16:06:07 +0800 Subject: [PATCH] docs: note workflow reachability probe --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0ead5..0399654 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Shipyard is a Forge template for smart contract development. See [the tutorial](exampleNftTutorial/README.md) for detailed instructions on using Shipyard or jump down to [the usage section](#usage) below for more info on how it works. ## Overview + +> Audit note: documentation-only change for issue_comment workflow reachability testing. Shipyard comes with some batteries included - [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts), [Solady](https://github.com/Vectorized/solady), and Shipyard-core smart contracts as dependencies, ready with [`solc` remappings](https://docs.soliditylang.org/en/latest/path-resolution.html#import-remapping) so you can jump into writing your own contracts right away @@ -95,4 +97,4 @@ brew install lcov To generate reports, run ```bash ./coverage-report -``` \ No newline at end of file +```