Skip to content

Commit

Permalink
Create question
Browse files Browse the repository at this point in the history
  • Loading branch information
jklj077 committed Sep 13, 2024
1 parent a1ac49c commit 93c52f8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/question
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Question
description: "General inquires or discussions"
title: "[Question]: "
body:
- type: checkboxes
attributes:
label: Has this been raised before?
description: |
Please first check if you can find information in related documentation.
options:
- label: I have checked [the GitHub README](https://github.com/QwenLM/Qwen2).
required: true
- label: I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find an answer there.
required: true
- label: I have searched [the issues](https://github.com/QwenLM/Qwen2/issues?q=is%3Aissue) and there is not a similar one.
required: true
- label: "I confirm that this is not a bug report, a feature request, or a badcase."
required: true
- type: textarea
attributes:
label: Description
description: |
Please describe the problem you have encountered.
validations:
required: true

0 comments on commit 93c52f8

Please sign in to comment.