From cefda8adbcf7baae446b62bd0c4ca7174376a706 Mon Sep 17 00:00:00 2001 From: neo2100 Date: Sun, 8 Jun 2025 22:23:38 +0200 Subject: [PATCH] Add principles --- docs/dev/principles.md | 15 +++++++++++++++ docs/dev/troubleshoot/telegram-interface.md | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/dev/principles.md diff --git a/docs/dev/principles.md b/docs/dev/principles.md new file mode 100644 index 0000000..eab228e --- /dev/null +++ b/docs/dev/principles.md @@ -0,0 +1,15 @@ +--- +title: Principles +parent: Development Guide +last_modified_date: 8.6.2025 +--- + +# Principles + +1. Do not overthink, do not over engineer + - It is an open-source project using the ecosystem and no-SQL to be easy for any change and update + - Have a big picture and maintainability in mind but don't focus on them too much +1. Always document but just as much as required +1. Iterate, iterate, iterate +1. Collaborate, collaborate, collaborate +1. The simpler, the better \ No newline at end of file diff --git a/docs/dev/troubleshoot/telegram-interface.md b/docs/dev/troubleshoot/telegram-interface.md index 0604f9f..af95509 100644 --- a/docs/dev/troubleshoot/telegram-interface.md +++ b/docs/dev/troubleshoot/telegram-interface.md @@ -6,6 +6,12 @@ last_modified_date: 2.6.2025 # Troubleshoot Telegram Interface +## Support channels + +- [Support group in telegram](https://t.me/TelegrafJSChat) +- [GitHub](https://github.com/telegraf/telegraf) +- [Docs](https://telegraf.js.org) + ## General If the messages and chat flow are acting weirdly, make sure you have followed the following: