Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/dev/principles.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions docs/dev/troubleshoot/telegram-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down