3_documentation-issue.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: 📚 文档 Documentation Issue
  2. description: 反馈一个官网文档错误。 Report an issue related to https://github.com/PaddlePaddle/PaddleDetection.
  3. labels: [type/docs, status/new-issue]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: >
  8. #### 请确认反馈的问题来自PaddlePaddle官网文档:https://github.com/PaddlePaddle/PaddleDetection 。
  9. #### Before submitting a Documentation Issue, Please make sure that issue is related to https://github.com/PaddlePaddle/PaddleDetection.
  10. - type: textarea
  11. id: link
  12. attributes:
  13. label: 文档链接&描述 Document Links & Description
  14. description: |
  15. 请说明有问题的文档链接以及该文档存在的问题。
  16. Please fill in the link to the document and describe the question.
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: error
  21. attributes:
  22. label: 请提出你的建议 Please give your suggestion
  23. description: |
  24. 请告诉我们,你希望如何改进这个文档。或者你可以提个PR修复这个问题。
  25. Please tell us how you would like to improve this document. Or you can submit a PR to fix this problem.
  26. validations:
  27. required: false
  28. - type: markdown
  29. attributes:
  30. value: >
  31. 感谢你的贡献 🎉!Thanks for your contribution 🎉!