diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 55bbfd2..3fb2687 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug description: File a bug/issue title: "[BUG] " -labels: [Bug, Needs Triage] +labels: [bug] body: - type: checkboxes attributes: @@ -22,29 +22,14 @@ body: description: A concise description of what you expected to happen. validations: required: false -- type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: false - type: textarea attributes: label: Environment description: | examples: - **OS**: Ubuntu 20.04 - - **Node**: 13.14.0 - - **npm**: 7.6.3 value: | - OS: - - Node: - - npm: render: markdown validations: required: false @@ -54,6 +39,6 @@ body: description: | Links? References? Anything that will give us more context about the issue you are encountering! - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + Tip: You can attach screenshots or log files by clicking this area to highlight it and then dragging files in. validations: required: false \ No newline at end of file