4_documentation-issue.yml 1.3 KB
Newer Older
L
Ligoml 已提交
1 2 3 4 5 6 7 8 9
name: 📚 文档 Documentation Issue
description: 反馈一个官网文档错误。 Report an issue related to https://www.paddlepaddle.org.cn/.
labels: [type/docs, status/new-issue]

body:
- type: markdown
  attributes:
    value: >
      #### 请确认反馈的问题来自PaddlePaddle官网文档:https://www.paddlepaddle.org.cn/ 。
10

L
Ligoml 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
      #### Before submitting a Documentation Issue, Please make sure that issue is related to https://www.paddlepaddle.org.cn/.

- type: textarea
  id: link
  attributes:
    label: 文档链接&描述 Document Links & Description
    description: |
      请说明有问题的文档链接以及该文档存在的问题。
      Please fill in the link to the document and describe the question.
  validations:
    required: true


- type: textarea
  id: error
  attributes:
    label: 请提出你的建议 Please give your suggestion
    description: |
      请告诉我们,你希望如何改进这个文档。或者你可以提个PR修复这个问题。[教程参考](https://github.com/PaddlePaddle/docs/wiki#%E8%B4%A1%E7%8C%AE%E6%96%87%E6%A1%A3)
      Please tell us how you would like to improve this document. Or you can submit a PR to fix this problem.
31

L
Ligoml 已提交
32 33
  validations:
    required: false
34

L
Ligoml 已提交
35 36 37 38
- type: markdown
  attributes:
    value: >
      感谢你的贡献 🎉!Thanks for your contribution 🎉!