name: 📚 Documentation
description: 反馈文档问题
title: "[Doc]: "
labels: ["document"]

body:
- type: input
  id: location
  attributes:
    label: Documentation Location (Multiple document links can be specified) | 文档位置(可指定多个文档链接)
    placeholder: |
      E.g., https://gitcode.com/Ascend/msmodelslim/docs/zh/algorithms_instruction/iterative_smooth.md
  validations:
    required: true
- type: textarea
  attributes:
    label: Current Content Description | 文档问题描述
    description:
      Quote the original text or describe the problem paragraph | 引用原文或描述问题段落
  validations:
    required: true
- type: textarea
  attributes:
    label: Modification Suggestion | 修改建议
    description: Provide corrections or additional explanations | 提供更正内容或补充说明
    placeholder: |
      "Error description: `cd ..` → Should be changed to: `cd /path/to/directory`
      错误描述:`cd ..` → 应改为:`cd /path/to/directory`"
  validations:
    required: true
- type: markdown
  attributes:
    value: |
      Welcome to join the community and thank you for your contribution 🎉!

      欢迎加入社区,感谢您对社区的贡献 🎉!