mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 04:30:11 +01:00
Some checks are pending
publish docs / publish-docs (push) Waiting to run
release-please / release-please (push) Waiting to run
tests / setup (push) Waiting to run
tests / ${{ matrix.quality-command }} (black) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (mypy) (push) Blocked by required conditions
tests / ${{ matrix.quality-command }} (ruff) (push) Blocked by required conditions
tests / test (push) Blocked by required conditions
tests / all_checks_passed (push) Blocked by required conditions
* chore: add pull request template * chore: add issue templates * chore: require more information in bugs
37 lines
1,002 B
YAML
37 lines
1,002 B
YAML
name: Enhancement
|
|
description: Suggest an enhancement or improvement to the project.
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Please describe the enhancement or improvement you would like to suggest.**
|
|
|
|
- type: textarea
|
|
id: feature_description
|
|
attributes:
|
|
label: Feature Description
|
|
description: Provide a detailed description of the enhancement.
|
|
placeholder: "Detailed description of the enhancement"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reason
|
|
attributes:
|
|
label: Reason
|
|
description: Explain the reason for this enhancement.
|
|
placeholder: "Reason for the enhancement"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: value
|
|
attributes:
|
|
label: Value of Feature
|
|
description: Describe the value or benefits this feature will bring.
|
|
placeholder: "Value or benefits of the feature"
|
|
validations:
|
|
required: true
|