mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: resolve typos in issue templates and config (#2027)
This commit is contained in:
parent
aa5fee01c3
commit
67df18e6e0
14
.github/ISSUE_TEMPLATE/BugReport.yaml
vendored
14
.github/ISSUE_TEMPLATE/BugReport.yaml
vendored
@ -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
|
||||
|
9
.github/ISSUE_TEMPLATE/FeatureRequest.yaml
vendored
9
.github/ISSUE_TEMPLATE/FeatureRequest.yaml
vendored
@ -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
|
||||
|
3
.github/ISSUE_TEMPLATE/config.yaml
vendored
3
.github/ISSUE_TEMPLATE/config.yaml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user