From 8e3a8fd54c443eb191aff800f6b4d642abf28d82 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 10 Jul 2022 18:49:40 +0200 Subject: [PATCH] chore(README): add Contributing tags section --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1eca6..cb1835d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # Bun discord bot -Official serverless [discord](https://bun.sh/discord) bot for [bun](https://bun.sh/) runtime \ No newline at end of file +Official serverless [discord](https://bun.sh/discord) bot for [bun](https://bun.sh/) runtime + +## Contributing tags +To create a new tag, you need to fork the repository and edit the `tags.toml` file + +Format: +```toml +[example-tag] +keywords = ["example", "tag"] +content = """ +I love bun ❤️ +""" +``` + +Informations: +- The bot uses interactions so you can use emoji from all discord servers. However, please only use ours as we can't control the others. +- You can use hyperlink `[bun.sh](https://bun.sh)` \ No newline at end of file