Fix issue templates
This commit is contained in:
parent
cd30cefd0c
commit
c0ff75cac1
2 changed files with 7 additions and 10 deletions
5
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
5
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -52,11 +52,8 @@ body:
|
||||||
label: Installation source
|
label: Installation source
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Static binary from official website
|
- Static binary from official website or Kotatogram channel
|
||||||
- Microsoft Store
|
|
||||||
- Mac App Store
|
|
||||||
- Flatpak
|
- Flatpak
|
||||||
- Snap
|
|
||||||
- Other (unofficial) source
|
- Other (unofficial) source
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
12
.github/ISSUE_TEMPLATE/config.yml
vendored
12
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Platform-wide issue
|
- name: Telegram Desktop issue
|
||||||
url: https://bugs.telegram.org
|
url: https://github.com/telegramdesktop/tdesktop/issues/new/choose
|
||||||
about: Any bug report or feature request affecting more than only Telegram Desktop.
|
about: Issues of original Telegram Desktop app.
|
||||||
- name: Issue of other client
|
- name: Official app issue
|
||||||
url: https://bugs.telegram.org
|
url: https://bugs.telegram.org
|
||||||
about: Any bug report or feature request not about Telegram Desktop.
|
about: Any bug report or feature request not about Telegram Desktop.
|
||||||
- name: Question
|
- name: Question
|
||||||
url: https://t.me/TelegramDesktopTalk
|
url: https://t.me/kotatochat
|
||||||
about: Ask a question.
|
about: Ask a question.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue