From 3e94fd8c95c2085f1d58e4a79f2bf66b044dcc40 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 26 Jun 2023 20:19:57 +0300 Subject: [PATCH] Add simple readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b28c2bf --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# plugins.maubot.xyz +This is a simple website built with [Hugo](https://gohugo.io/) that lists known +maubot plugins. + +## Listing your plugins +Simply copy [template.yaml] to [data/plugins/thirdparty/]some-identifier.yaml, +fill out the fields, and make a pull request. + +[template.yaml]: https://github.com/maubot/plugins.maubot.xyz/tree/main/data/plugins/thirdparty +[data/plugins/thirdparty/]: https://github.com/maubot/plugins.maubot.xyz/tree/main/data/plugins/thirdparty