diff --git a/.github/ISSUE_TEMPLATE/Bad Case about the Model.yml b/.github/ISSUE_TEMPLATE/Bad Case about the Model.yml new file mode 100644 index 0000000..d427d5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bad Case about the Model.yml @@ -0,0 +1,55 @@ +name: Bad Case Report of the model +description: Report a bug related to the model to help us reproduce and fix the problem. +title: "[Model BadCase]: " + +body: + - type: markdown + attributes: + value: | + Thank you for reaching out! Please make sure to check the [GitHub README](https://github.com/MiniMax-AI/MiniMax-M2.1) of the model and the [MiniMax Documentation](https://platform.minimax.io/docs/guides/models-intro) + + - type: input + id: Models-Used + attributes: + label: Basic Information - Models Used + description: | + Please list the model used, e.g., MiniMax-M2.1, speech-2.6-hd, etc. + (Note: You can refer to our models at [HuggingFace](https://huggingface.co/MiniMaxAI) or [the official site](https://www.minimax.io/platform_overview) for more details.) + placeholder: "eg: MiniMax-M2.1" + validations: + required: true + + - type: textarea + id: Environment-and-Deployment-Info + attributes: + label: Information about environment and deployment + description: | + (Include software versions, OS, GPUs if applicable) + placeholder: | + For example: + - OS: Ubuntu 24.04 + - Python: Python 3.11 + - PyTorch: 2.6.0+cu124 + + Deployment Command: python run_inference.py --model my_model --config config.yaml + validations: + required: true + + - type: textarea + id: description-of-bug + attributes: + label: Description + description: | + Please **describe the bad case** you have encountered and **paste the screenshots** if available. + value: | + ## Steps to reproduce + The bug can be reproduced with the following steps: + + ## Expected behavior + + ## Error logs + + ## Paste the related screenshots here + + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Bug Report for API.yml b/.github/ISSUE_TEMPLATE/Bug Report for API.yml new file mode 100644 index 0000000..cc26937 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug Report for API.yml @@ -0,0 +1,39 @@ +name: Bug Report for API & Coding Agent +description: Report a bug related to API or Coding Agent tools to help us reproduce and fix the problem. +title: "[Bug]: " +labels: ["bug", "triage"] +body: + - type: markdown + attributes: + value: | + Thank you for reaching out! Please make sure to check the [GitHub README](https://github.com/MiniMax-AI/MiniMax-M2.1) of the model and the [MiniMax Documentation](https://platform.minimax.io/docs/guides/models-intro) + + - type: input + attributes: + label: Basic Information - Models Used + description: | + Please list the model used, e.g., MiniMax-M2.1, speech-2.6-hd, etc. + Our models can be referred at [HuggingFace](https://huggingface.co/MiniMaxAI) or [the official site](https://www.minimax.io/platform_overview). + placeholder: "eg: MiniMax-M2.1" + validations: + required: true + + - type: textarea + attributes: + label: Description + description: | + Please **describe the bug** you have encountered when using the API or coding agent tools, and **paste the screenshots** of the error or unexpected behaviour here. + The following template is recommended. + Feel free to modify as you needed. + value: | + + ## API type or Coding Agent Tool + + ## Example Input or Query + + ## Error Logs / Trace ID + + ## Screenshots + + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Feature Request.yml b/.github/ISSUE_TEMPLATE/Feature Request.yml new file mode 100644 index 0000000..f439917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature Request.yml @@ -0,0 +1,27 @@ +name: Feature Request +description: Propose a new feature or enhancement for the project. +title: "[Request]: " +labels: ["enhancement", "feature-request", "triage"] +body: + - type: markdown + attributes: + value: | + Thank you for suggesting a new feature! Please provide the following details to help us understand your proposal. + + - type: textarea + id: proposal + attributes: + label: Proposal + description: | + Please describe the feature you have requested and the rationale behind it. + The following template is recommended. Feel free to modify it as you needed. + value: | + ## Introduction + I would like that ... + + ## Rational + Implementation of this feature will help the following usecase: + - ... + + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/Model Inquiry.yml b/.github/ISSUE_TEMPLATE/Model Inquiry.yml new file mode 100644 index 0000000..2790c5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Model Inquiry.yml @@ -0,0 +1,31 @@ +name: Model Inquiry +description: Ask a question about the open source models. +title: "[Inquiry]: " +labels: ["question", "triage"] +body: + - type: markdown + attributes: + value: | + Thank you for reaching out! Please make sure to check the [GitHub README](https://github.com/MiniMax-AI/MiniMax-M2.1) of the model and the [MiniMax Documentation](https://platform.minimax.io/docs/guides/models-intro) + + - type: input + attributes: + label: Basic Information - Models Used + description: | + Please list the model used, e.g., MiniMax-M2.1, speech-2.6-hd, etc. + Our models can be referred at [HuggingFace](https://huggingface.co/MiniMaxAI) or [the official site](https://www.minimax.io/platform_overview). + placeholder: "eg: MiniMax-M2.1" + validations: + required: true + + - type: textarea + id: detailed-description + attributes: + label: Description + description: "Please describe your question in detail here. If available, please paste relevant screenshots directly into this box." + placeholder: | + - Your detailed question or issue description. + - Relevant context or background information. + - (Paste screenshots directly below this text) + validations: + required: true