Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
label: Duplicate issue
options:
- label: I've searched for any related issues and avoided creating a duplicate issue.
- required: true
+ validations:
+ required: true
+ - type: dropdown
+ attributes:
+ label: Component
+ description: The component of the simulator that the bug is related to.
+ options:
+ - Simulator
+ - Web UI
+ default: 0
+ validations:
+ required: true
- type: textarea
attributes:
label: Description
description: Description of the bug.
placeholder: |
- Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any
+ validations:
+ required: true
- type: input
attributes:
- label: e-mobility-charging-stations-simulator version
+ label: version
- type: input
attributes:
label: Node.js version
description: Output of `node -v`.
+ validations:
+ required: true
- type: textarea
attributes:
label: System
description: Output of `npx --yes envinfo --system`.
+ validations:
+ required: true
- type: textarea
attributes:
label: Expected result
label: Duplicate issue
options:
- label: I've searched for any related issues and avoided creating a duplicate issue.
- required: true
+ validations:
+ required: true
+ - type: dropdown
+ attributes:
+ label: Component
+ description: The component of the simulator that the feature is related to.
+ options:
+ - Simulator
+ - Web UI
+ default: 0
+ validations:
+ required: true
- type: textarea
attributes:
label: Description
placeholder: |
- If your feature request is related to a problem, please describe it
- If you have solutions in mind, please describe them
+ validations:
+ required: true
- type: textarea
attributes:
label: Attachments
{
"$schema": "https://json.schemastore.org/package",
"name": "webui",
- "version": "0.2.0",
+ "version": "0.3.0",
"readme": "README.md",
"engines": {
"node": ">=18.0.0",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
- "_id": "webui@0.2.0"
+ "_id": "webui@0.3.0"
}
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator-webui
-sonar.projectVersion=0.2.0
+sonar.projectVersion=0.3.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src