fix: resolve typos in issue templates and config (#2027)

This commit is contained in:
Lallu Anthoor 2024-04-09 15:49:59 +05:30 committed by GitHub
parent aa5fee01c3
commit 67df18e6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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.