Skip to content

Commit

Permalink
Update submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 1, 2023
1 parent fd139a1 commit 1809452
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,28 @@ body:
attributes:
value: |
Provide information about your project.
- type: input
id: name
attributes:
label: Project name
description: Title of your project as it will appear on [qiskit.github.io/ecosystem](https://qiskit.github.io/ecosystem) (e.g. Qiskit IBM Runtime).
placeholder: Qiskit IBM Runtime
validations:
required: true
- type: input
id: repo
attributes:
label: Github repo
description: Link to GitHub repo of project you want to submit
placeholder: https://github.com/Qiskit/qiskit-terra
placeholder: https://github.com/Qiskit/qiskit
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: |
A couple of sentences to appear under your project on [qiskit.org/ecosystem](https://qiskit.org/ecosystem), try to keep it under 50 words.
A couple of sentences to appear under your project on [qiskit.github.io/ecosystem](https://qiskit.github.io/ecosystem), try to keep it under 50 words.
Note this **does not** support markdown.
placeholder: |
E.g. Use your GPU to compile huge quantum circuits in seconds. Supports all modern devices and operating systems.
Expand Down Expand Up @@ -85,7 +93,7 @@ body:
id: labels
attributes:
description: |
Labels are how users discover your project on [qiskit.org/ecosystem](https://qiskit.org/ecosystem).
Labels are how users discover your project on [qiskit.github.io/ecosystem](https://qiskit.github.io/ecosystem).
If you don't think any existing labels apply to your project, leave a comment after submitting your issue requesting a new label.
label: Labels
multiple: true
Expand Down

0 comments on commit 1809452

Please sign in to comment.