From d3f3f5e095a572e821e44783d800e96c0a4b713f Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Sat, 12 Mar 2016 01:12:07 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md Signed-off-by: Christoph Auer --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..42a39d90b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### Configuration +**Operating system:** + +**Version of Telegram Desktop:** + +### Logs +Insert logs here (if necessary) + +You can type "debugmode" in settings and then see ~/.TelegramDesktop/DebugLogs/log_...txt for log files. +Type "debugmode" in settings again to disable logs.