From 1809452ccf63f354e94822187f84ecaea2da3d54 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Fri, 1 Dec 2023 17:24:08 +0000 Subject: [PATCH] Update submission.yml --- .github/ISSUE_TEMPLATE/submission.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/submission.yml b/.github/ISSUE_TEMPLATE/submission.yml index f2cbc5584f..e4a7436f57 100644 --- a/.github/ISSUE_TEMPLATE/submission.yml +++ b/.github/ISSUE_TEMPLATE/submission.yml @@ -9,12 +9,20 @@ 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 @@ -22,7 +30,7 @@ body: 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. @@ -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