diff --git a/docs/build/guides/conventions/test-your-stuff.mdx b/docs/build/guides/conventions/test-your-stuff.mdx new file mode 100644 index 000000000..2b22b14d3 --- /dev/null +++ b/docs/build/guides/conventions/test-your-stuff.mdx @@ -0,0 +1,10 @@ +--- +title: Test your stuff +description: here is your description +--- + +Here's a test file of a guide in contract conventions. + +It's useful to test stuff, because then you know it's broken (which it always is). + +Happy failing!