diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0526f6fb..e67a7990 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,18 +2,11 @@ name: Bug Report description: Report a bug with Conreq software. labels: [Bug] body: - - type: textarea - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. - validations: - required: true - - type: input attributes: label: Conreq Version description: What version did you encounter this issue on? - placeholder: v0.15.2 + placeholder: For example, v0.15.2 validations: required: true @@ -21,7 +14,7 @@ body: attributes: label: Conreq Branch options: - - Main (Default) + - Latest / Main - Develop - Other validations: @@ -67,19 +60,13 @@ body: - Microsoft Edge - Other validations: - required: true + 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... + label: Description validations: - required: false + required: true - type: textarea attributes: @@ -88,11 +75,3 @@ body: render: shell validations: required: false - - - type: textarea - attributes: - label: Additional Context - description: | - Tip: You can attach images or log files by clicking this area and then dragging files in. - validations: - required: false