mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
* feat: added a draft of an issue form * fixed a validation issue * finished up the templates * used austins phrasing * Applied comments from the code review Co-authored-by: Austin Bonander <austin.bonander@gmail.com> * Applyed more suggestions from code review Co-authored-by: Austin Bonander <austin.bonander@gmail.com> * Broke the environment up into multiple fields * boiled the FR-fields down to a description and an breaking change field * fixed an unique id issue --------- Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
name: I have a feature request for SQLx
|
|
description: Create a feature-request issue
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: related-issues
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: I have found these related issues/pull requests
|
|
description: "Provide context for your pull request."
|
|
placeholder: |
|
|
Closes \#...
|
|
Relates to \#...
|
|
- type: textarea
|
|
id: feature-description
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of what the problem is
|
|
placeholder: You should add ...
|
|
- type: textarea
|
|
id: solution
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Prefered solution
|
|
description: A clear and concise description of what you want to happen.
|
|
placeholder: In my use-case, ...
|
|
- type: textarea
|
|
id: breaking-change
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Is this a breaking change? Why or why not?
|
|
|