diff --git a/.github/ISSUE_TEMPLATE/qwq.yml b/.github/ISSUE_TEMPLATE/qwq.yml new file mode 100644 index 0000000000000000000000000000000000000000..55f0fa61fbebb9f0751214a8ef3e68eaeaf7dd40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/qwq.yml @@ -0,0 +1,41 @@ +name: QwQ-Preview +description: Report issues with QwQ-Preview. Please note that QwQ-Preview is a research preview. There are several known limitations. +title: "[QwQ-Preview]: " +body: + - type: input + attributes: + label: What is the scenario where the problem happened? + description: | + Please briefly describe the scenario, including the framework or the platform, + e.g., transformers, vllm, HF Demo, etc. + placeholder: "ex: codeswitch with ollama using temperature=0" + validations: + required: true + + - type: textarea + attributes: + label: Description + description: | + Please describe the badcase you have encountered. + The following template is recommended. + Feel free to modify as you needed. + value: | + #### Steps to reproduce + + The badcase can be reproduced with the following steps: + 1. Framework: + 2. Sampling parameters: + + The following example input & output can be used: + ``` + system: ... + user: ... + ... + ``` + + #### Expected results + + The results are expected to be ... + + validations: + required: true