github.com/gogf/gf/v2@v2.7.4/.github/ISSUE_TEMPLATE/02-feature.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: Features 4 description: Suggest an idea for this project 5 title: "os/gtime: issue title" 6 labels: 7 - feature 8 9 body: 10 - type: markdown 11 attributes: 12 value: | 13 Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem. 14 15 The issue title uses the format of the package name goes before the colon. Thanks! 16 17 标题使用包名在冒号前的格式!谢谢! 18 19 - type: dropdown 20 id: is-problem 21 attributes: 22 label: Is your feature request related to a problem? 23 options: 24 - Option Yes 25 - Option No 26 validations: 27 required: true 28 29 - type: textarea 30 id: description-solution 31 attributes: 32 label: "Describe the solution you'd like" 33 validations: 34 required: true 35 36 - type: textarea 37 id: description-considered 38 attributes: 39 label: "Describe alternatives you've considered" 40 validations: 41 required: true 42 43 - type: textarea 44 id: additional 45 attributes: 46 label: "Additional" 47 validations: 48 required: false