mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
d8624386c7
* chore: use monorepo to manage demo, test and other applications and internal packages * style: add eslint support and lint code * chore: refactor project structure and add versioning package replace of fixit-releaser * chore(deps-dev): replace husky with simple-git-hooks * Potential fix for code scanning alert no. 13: Shell command built from environment values * chore(deps-dev): update the final fixit-releaser version * docs: update contributing guidelines for new structure and commands --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for this project
|
|
title: '[Feature request] '
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your interest in the project and taking the time to fill out this feature request!
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Clear and concise description of the problem
|
|
description: As a user or developer using FixIt, what feature your want in details. If you intend to submit a PR for this issue, tell us in the description. Thanks!
|
|
placeholder: Feature description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: suggested-solution
|
|
attributes:
|
|
label: Suggested solution
|
|
description: We could provide following implementation...
|
|
placeholder: Suggested solution
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternative
|
|
attributes:
|
|
label: Alternative
|
|
description: Clear and concise description of any alternative solutions or features you've considered.
|
|
placeholder: Alternative solution
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Any other context or screenshots about the feature request here.
|