From 0a51c7171c93d078d96de1cb0babea035ed3e132 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:36:46 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/botui/CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 js/ui/botui/CONTRIBUTING.md diff --git a/js/ui/botui/CONTRIBUTING.md b/js/ui/botui/CONTRIBUTING.md new file mode 100644 index 0000000..cb06b87 --- /dev/null +++ b/js/ui/botui/CONTRIBUTING.md @@ -0,0 +1,17 @@ + +There many ways to contribute to BotUI. + + +### Help with issues + +See if there are any open issues you help with. + + +### Write examples + +You can also [write examples](https://github.com/moinism/botui-examples) for BotUI. + + +### Code contribution + +You can read about code contribution [here](https://docs.botui.org/contribute.html).