mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Fix: typo and phrasing (#393)
* Update FEATURE-REQUEST.yml Fix typo and phrasing * Update pull_request_template.md add one option to type of change
This commit is contained in:
parent
d437e4b8cd
commit
6a34978e98
2 changed files with 11 additions and 11 deletions
20
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
20
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
|
|
@ -1,40 +1,40 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: File a feature request
|
description: File a feature request
|
||||||
title: "Enhancement]: "
|
title: "Enhancement: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill this!
|
Thank you for taking the time to fill this out!
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
label: Contact Details
|
label: Contact Details
|
||||||
description: How can we get in touch with you if we need more info?
|
description: How can we contact you if we need more information?
|
||||||
placeholder: ex. email@example.com
|
placeholder: ex. email@example.com
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what
|
id: what
|
||||||
attributes:
|
attributes:
|
||||||
label: What functionality would you like to see added?
|
label: What features would you like to see added?
|
||||||
description: Please give as many details as possible
|
description: Please provide as many details as possible.
|
||||||
placeholder: Please give as many details as possible
|
placeholder: Please provide as many details as possible.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: details
|
id: details
|
||||||
attributes:
|
attributes:
|
||||||
label: More details
|
label: More details
|
||||||
description: Please provide more details if you need to
|
description: Please provide additional details if needed.
|
||||||
placeholder: Please provide more details if you need to
|
placeholder: Please provide additional details if needed.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: subject
|
id: subject
|
||||||
attributes:
|
attributes:
|
||||||
label: What components are affected by your request?
|
label: Which components are impacted by your request?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- General
|
- General
|
||||||
|
|
@ -46,7 +46,7 @@ body:
|
||||||
id: screenshots
|
id: screenshots
|
||||||
attributes:
|
attributes:
|
||||||
label: Pictures
|
label: Pictures
|
||||||
description: If applicable, add pictures to help explain your request. You can drag and drop, paste images directly here or link to them.
|
description: If relevant, please include images to help clarify your request. You can drag and drop images directly here, paste them, or provide a link to them.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
|
@ -10,7 +10,7 @@ Please delete options that are not relevant.
|
||||||
- [ ] New feature (non-breaking change which adds functionality)
|
- [ ] New feature (non-breaking change which adds functionality)
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||||
- [ ] This change requires a documentation update
|
- [ ] This change requires a documentation update
|
||||||
|
- [ ] Documentation update
|
||||||
|
|
||||||
|
|
||||||
## How Has This Been Tested?
|
## How Has This Been Tested?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue