mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest a feature or improvement
|
|
title: "[Enhancement]: "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to suggest improvement to GPT Pilot!
|
|
|
|
If you haven't already, please check our [Frequently Asked Questions](https://github.com/Pythagora-io/gpt-pilot/wiki/Frequently-Asked-Questions) and [currently open issues](https://github.com/Pythagora-io/gpt-pilot/issues/) to see if this is a commonly-asked feature. If so, please comment on the existing issue instead of creating a new one.
|
|
|
|
We also have an [active community on Discord](https://discord.gg/HaqXugmxr9), so please consider joining, sharing your idea and starting a discussion there.
|
|
- type: dropdown
|
|
id: client
|
|
attributes:
|
|
label: Version
|
|
description: Which version of GPT Pilot does this apply?
|
|
options:
|
|
- VisualStudio Code extension
|
|
- Command-line (Python) version
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: idea
|
|
attributes:
|
|
label: Suggestion
|
|
description: Please describe your suggestion for the improvement or new feature here.
|
|
placeholder: "It would be cool if GPT Pilot could do [something]."
|
|
validations:
|
|
required: true
|