Update GitHub template to steer feature requests to community forum
Thanks to @EwoutH for doing this on Signal-iOS and Signal-Android!
This commit is contained in:
parent
4eb49ff304
commit
7138c305a0
2 changed files with 31 additions and 2 deletions
|
@ -1,9 +1,18 @@
|
|||
---
|
||||
name: 🛠️ Bug report
|
||||
about: Create a report about a technical issue
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!--
|
||||
Our bug tracker is ONLY for bugs. It is not for feature requests, questions, or comments.
|
||||
|
||||
Please fill out this template with all the information you have. We can't do much without
|
||||
both the logs and a detailed description of what you've encountered. Please do your best!
|
||||
|
||||
Please note that this tracker is only for bugs and feature requests. Please try these
|
||||
locations if you have a question or comment:
|
||||
Please note that this tracker is only for bugs. Please try these locations if you have a question or comment:
|
||||
|
||||
https://community.signalusers.org/
|
||||
http://support.signal.org/
|
20
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: ✨ Feature request
|
||||
url: https://community.signalusers.org/c/feature-requests/
|
||||
about: Missing something in Signal? Let us know.
|
||||
- name: 📚 Translation feedback
|
||||
url: https://community.signalusers.org/c/translation-feedback/
|
||||
about: Share feedback on translations
|
||||
- name: 📃 User documentation
|
||||
url: https://support.signal.org/
|
||||
about: Search for any questions you have about Signal
|
||||
- name: 💬 Community support
|
||||
url: https://community.signalusers.org/c/support/
|
||||
about: Feel free to ask anything
|
||||
- name: 📖 Contribution instructions
|
||||
url: https://github.com/signalapp/Signal-Desktop/blob/development/CONTRIBUTING.md
|
||||
about: Want to contribute to Signal Desktop? Start here.
|
||||
- name: ❓ Other issue?
|
||||
url: https://community.signalusers.org/
|
||||
about: Search on the community forums
|
Loading…
Add table
Reference in a new issue