github.com/gogf/gf/v2@v2.7.4/.github/ISSUE_TEMPLATE/03-question.yml (about) 1 # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms 2 # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema 3 name: Questions 4 description: I want to ask a question 5 title: "os/gtime: issue title" 6 labels: 7 - question 8 9 body: 10 - type: markdown 11 attributes: 12 value: | 13 Please read the document carefully. 请先仔细阅读文档 14 15 The issue title uses the format of the package name goes before the colon. Thanks! 16 17 标题使用包名在冒号前的格式!谢谢! 18 19 - type: textarea 20 id: ask 21 attributes: 22 label: "What do you want to ask?" 23 description: "Please describe the details of your questions. 请详细描述你的问题。" 24 validations: 25 required: true