mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Refactor the contribution guidelines to enhance readability and consistency in formatting. Adjusted code blocks and list formatting for better visual structure. Impact: Contributors will find it easier to follow the guidelines when contributing to the project. --- docs(README): update automation examples for better readability Reformatted YAML automation examples in the README to improve clarity and consistency. Indentation and structure were adjusted for better understanding. Impact: Users will have clearer examples for setting up automations with the integration. --- chore(manifest): streamline manifest file formatting Consolidated formatting in the manifest file for consistency. Adjusted the codeowners and requirements sections for a cleaner look. User-Impact: none --- chore(pyproject): enhance project configuration for better linting and testing Updated the pyproject.toml file to improve linting configurations and testing options. Added specific rules for ruff and pytest to align with project standards. User-Impact: none --- chore(manifest_schema): simplify JSON schema for integration manifest Refined the manifest schema by consolidating enum definitions for better readability and maintenance. User-Impact: none --- chore(prettier): add Prettier configuration for consistent code formatting Introduced a Prettier configuration file to standardize code formatting across the project, ensuring consistency in style. User-Impact: none
47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
---
|
|
name: "Feature request"
|
|
description: "Suggest an idea for this custom integration"
|
|
labels: ["Feature request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Before you open a new feature request, search through the existing feature requests to see if others have had the same idea.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I have filled out the template to the best of my ability.
|
|
required: true
|
|
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
|
|
required: true
|
|
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/jpawlowski/hass.tibber_prices/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Is your feature request related to a problem? Please describe."
|
|
description: "A clear and concise description of what the problem is."
|
|
placeholder: "I'm always frustrated when [...]"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Describe the solution you'd like"
|
|
description: "A clear and concise description of what you want to happen."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Describe alternatives you've considered"
|
|
description: "A clear and concise description of any alternative solutions or features you've considered."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Additional context"
|
|
description: "Add any other context or screenshots about the feature request here."
|
|
validations:
|
|
required: true
|