diff options
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/modding-and-development/testing.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 0a515a7..29f0afc 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -38,6 +38,7 @@ * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md) * [NorthstarMasterServer](modding-and-development/development/northstarmasterserver/README.md) * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md) +* [Testing](modding-and-development/testing.md) ## Other diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md new file mode 100644 index 0000000..c336420 --- /dev/null +++ b/docs/modding-and-development/testing.md @@ -0,0 +1,13 @@ +--- +description: >- + Instructions regarding testing new features, directed at both developers and + maintainers +--- + +# Testing + +{% hint style="info" %} +This section is very much still WIP. Feel free to help expand it. +{% endhint %} + +TODO |