mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
* chore: add and configure prettier * chore: remove clang-format * chore: remove clang-format config * chore: lint additional ts files * chore: fix lint errors in blocks * chore: add prettier-ignore where needed * chore: ignore js blocks when formatting * chore: fix playground html syntax * chore: fix yaml spacing from merge * chore: convert text blocks to use arrow functions * chore: format everything with prettier * chore: fix lint unused imports in blocks
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: 'issue: feature request, issue: triage'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thank you for taking the time to fill out a feature request!
|
|
If you have a question about how to use Blockly in your application,
|
|
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
|
|
- type: checkboxes
|
|
id: duplicates
|
|
attributes:
|
|
label: Check for duplicates
|
|
options:
|
|
- label: I have searched for similar issues before opening a new one.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: Is your feature request related to a problem? Please describe.
|
|
placeholder: I'm always frustrated when...
|
|
- type: textarea
|
|
id: request
|
|
attributes:
|
|
label: Request
|
|
description: Describe your feature request and how it solves your problem.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Describe any alternative solutions or features you've considered.
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here.
|