mirror of
https://github.com/xai-org/grok-1.git
synced 2025-12-16 07:01:33 +03:00
[type:issue] add issue template
This commit is contained in:
18
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: 🤔 Question
|
||||
description: Usage question that isn't answered in docs or discussion
|
||||
title: "[Question] <title>"
|
||||
labels: ["type: question"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Question
|
||||
placeholder: >
|
||||
your question here;
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please pay attention on issues you submitted, because we maybe need more details.
|
||||
If no response anymore and we cannot reproduce it on current information, we will **close it**.
|
||||
|
||||
Reference in New Issue
Block a user