From 56dd28fb32b8965f5aeabf536fee658ee0ce1100 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Tue, 21 Nov 2023 11:24:25 -0600 Subject: [PATCH] add support.md Signed-off-by: Isaac Milarsky --- SUPPORT.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000000..19431a7849 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,20 @@ +# Support + +This article explains where to get help with DSACMS/metrics. +Please read through the following guidelines. + + +## Contributions + +See [`contributing.md`][contributing] on how to contribute. + + +## License + +[CC0 1.0][license] + + + +[license]: https://creativecommons.org/publicdomain/zero/1.0/legalcode + +[contributing]: CONTRIBUTING.md