zulip/zulip-terminal

Update issue templates to refer to obtaining About/Exception details

开放

#1,548 创建于 2024年10月3日

 (8 条评论) (0 个反应) (0 位负责人)Python (352 个派生)github user discovery
area: infrastructureenhancementhelp wanted

仓库指标

星标
 (853 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

Various information can now be easily obtained for error reporting:

  • #1521 added functionality to copy the About popup contents to the clipboard
  • #1513 added functionality to copy the Exception popup traceback to the clipboard (for threads)
  • The Exception popup (for threads) already supported logging the exception to a file
  • The main exception logger also logs main-thread exceptions to a different file

Given this, it would be useful to update the issue templates to suggest looking at these locations when filing an issue.

This is most importantly for bugs, but possibly also for other issues, to know when the issue was present in a given version, enabling issues to be closed more easily later if a later version should have a resolution.

贡献者指南