mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Replace Discussion and Question templates with...
GitHub Discussions
This commit is contained in:
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: GitHub Discussions
|
||||
url: https://github.com/LawnchairLauncher/lawnchair/discussions
|
||||
about: Discuss anything related to Lawnchair, or ask and answer questions here.
|
||||
- name: Telegram support group
|
||||
url: https://t.me/lccommunity
|
||||
about: We recommend to go to this place if you wish to ask a question and want a quicker reply.
|
||||
|
||||
12
.github/ISSUE_TEMPLATE/general_discussion.yaml
vendored
12
.github/ISSUE_TEMPLATE/general_discussion.yaml
vendored
@@ -1,12 +0,0 @@
|
||||
name: General Discussion
|
||||
description: Want to discuss something that doesn't fit in the other issue templates? Use this template.
|
||||
title: "[DISCUSSION] "
|
||||
labels: [discussion]
|
||||
body:
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: About this discussion
|
||||
description: Add the contents of your discussion here.
|
||||
validations:
|
||||
required: true
|
||||
20
.github/ISSUE_TEMPLATE/question_support.yaml
vendored
20
.github/ISSUE_TEMPLATE/question_support.yaml
vendored
@@ -1,20 +0,0 @@
|
||||
name: Question or Support Request
|
||||
description: Ask a question or provide details of your support request here.
|
||||
title: "[QUESTION] "
|
||||
labels: [question]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Note: We highly recommend posting your question/support request on either [Telegram](https://t.co/qYev4OkvpT) or [Discord](https://discord.com/invite/3x8qNWxgGZ). You'll recieve a quicker reply there.
|
||||
|
||||
Before posting any question or ask for support, first read the README.md file and
|
||||
the [FAQ](https://lawnchair.app/faq) to see if you're question is listed there.
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Describe your question or ask for support
|
||||
description: A clear and concise description of what your doubt is.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user