diff --git a/.github/ISSUE_TEMPLATE/BugReport.yaml b/.github/ISSUE_TEMPLATE/BugReport.yaml index b0c5f366d..4b6da7871 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yaml +++ b/.github/ISSUE_TEMPLATE/BugReport.yaml @@ -1,7 +1,5 @@ ---- name: Bug Report description: File a bug report -title: '[Bug: ]' labels: ['bug'] body: - type: markdown @@ -10,29 +8,27 @@ body: Thanks for taking the time to fill out this bug report! - type: checkboxes attributes: + label: 'I have checked the following:' options: - label: I use the newest version of bruno. required: true - - type: checkboxes - attributes: - options: - label: I've searched existing issues and found nothing related to my issue. required: true - type: textarea attributes: label: Describe the bug description: A clear and concise description of the bug. - validiations: + validations: required: true - type: textarea attributes: label: .bru file to reproduce the bug - descripiton: Attach your .bru file here that can reqroduce the problem. - validiation: + description: Attach your .bru file here that can reqroduce the problem. + validations: required: false - type: textarea attributes: label: Screenshots/Live demo link description: Add some screenshots to help explain the problem. - validiations: + validations: required: true diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yaml b/.github/ISSUE_TEMPLATE/FeatureRequest.yaml index f60e3646f..3a3997beb 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yaml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yaml @@ -1,11 +1,10 @@ ---- name: Feature Request description: Suggest an idea for this project. -title: '[Feature Request: ]' -label: ['enhancement'] +labels: ['enhancement'] body: - type: checkboxes attributes: + label: 'I have checked the following:' options: - label: I've searched existing issues and found nothing related to my issue. required: true @@ -17,11 +16,11 @@ body: attributes: label: Describe the feature you want to add description: A clear and concise description of the feature you want to be added. - validiations: + validations: required: true - type: textarea attributes: label: Mockups or Images of the feature description: Add some images to support your feature. - validiations: + validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 86cca7c1c..ba0008b22 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1,9 +1,8 @@ ---- blank_issues_enabled: true contact_links: - name: Discussions url: https://github.com/usebruno/bruno/discussions - about: You can ask general questions or give feadbeck here. + about: You can ask general questions or give feedback here. - name: Discord Server url: https://discord.com/invite/KgcZUncpjq about: Join our Discord community to chat about Bruno.