qiskit.org/.github/ISSUE_TEMPLATE/provider-update.yml

57 lines
1.7 KiB
YAML
Raw Normal View History

2023-05-16 20:32:27 +08:00
name: Provider update
2023-05-16 20:35:45 +08:00
description: Is there an error/outdated provider information in the examples?
2023-05-16 20:32:27 +08:00
title: "[provider <name>]: <description>"
labels: ["provider code"]
2023-05-16 20:12:30 +08:00
assignees:
2023-05-16 20:32:27 +08:00
- 1ucian0
2023-05-16 19:51:55 +08:00
body:
2023-05-16 20:12:30 +08:00
- type: input
2023-05-16 20:32:27 +08:00
id: provider
validations:
required: true
attributes:
label: Provider name
description: What's the provider/company affected?
placeholder: ex. IBM Quantum Qiskit Runtime
- type: dropdown
id: where
2023-05-16 20:12:30 +08:00
attributes:
2023-05-16 20:32:27 +08:00
label: Where is the issue?
description: Where is the code/text that needs change/update?
options:
- Install instruction
- qiskit.org - Transpile
- qiskit.org - Sample a Bell State
- qiskit.org - Run VQE
- qiskit.org/providers/
- Other (include where in the next field)
2023-05-16 20:12:30 +08:00
validations:
2023-05-16 20:32:27 +08:00
required: true
2023-05-16 20:12:30 +08:00
- type: textarea
2023-05-16 20:32:27 +08:00
id: current
2023-05-16 20:12:30 +08:00
attributes:
2023-05-16 20:32:27 +08:00
label: What does it say currently?
description: What s the code or text that needs update?
placeholder: either copy the code/text or attach a screenshot
2023-05-16 20:12:30 +08:00
validations:
2023-05-16 19:51:55 +08:00
required: true
2023-05-16 20:32:27 +08:00
- type: textarea
id: suggestion
2023-05-16 20:12:30 +08:00
attributes:
2023-05-16 20:32:27 +08:00
label: What should it say instead?
description: What's the code or text that needs update?
placeholder: code/text to replace the previous field
2023-05-16 20:12:30 +08:00
validations:
required: true
2023-05-16 20:32:27 +08:00
- type: input
id: source
2023-05-16 20:12:30 +08:00
attributes:
2023-05-16 20:32:27 +08:00
label: Source
description: Link to the provider documentation that supports this change
placeholder: ex. https://cloud.ibm.com/docs/quantum-computing?topic=quantum-computing-get-started
2023-05-16 20:12:30 +08:00
- type: textarea
2023-05-16 20:32:27 +08:00
id: additional-info
2023-05-16 20:12:30 +08:00
attributes:
2023-05-16 20:32:27 +08:00
label: Additional information
2023-05-16 20:35:45 +08:00
placeholder: Tell us more!