User: mysterious_dev Date: 22 Jan 23 14:11 Revision: 0f9a759379de4dc5e707adab0fc91da8f0b237b2 Summary: Fix bug issue form (add description textarea) (#1920) TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8252&personal=false Index: .github/ISSUE_TEMPLATE/bug_report.yaml =================================================================== --- .github/ISSUE_TEMPLATE/bug_report.yaml (revision bafb2ebf45fe6bb9f8e33f790ae82973aa14149f) +++ .github/ISSUE_TEMPLATE/bug_report.yaml (revision 0f9a759379de4dc5e707adab0fc91da8f0b237b2) @@ -43,6 +43,8 @@ - Waterfall validations: required: false - - type: markdown + - type: textarea + id: description attributes: - value: Always include a stack trace if there is one. Otherwise, the more information you can provide in terms of how to reproduce the problem, the more likely it'll be fixed. If there is something specific about your project, a link to the GitHub project can be very helpful. \ No newline at end of file + label: Description of the bug + description: Always include a stack trace if there is one. Otherwise, the more information you can provide in terms of how to reproduce the problem, the more likely it'll be fixed. If there is something specific about your project, a link to the GitHub project can be very helpful. \ No newline at end of file