-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary Updates the submission form with some of the feedback from design. We can't currently update the links as the new ones don't exist, and the "group" / "labels" attributes will need to stay until the current page is removed. Otherwise, all comments are addressed. --------- Co-authored-by: Eric Arellano <[email protected]>
- Loading branch information
1 parent
1d4889f
commit c51e361
Showing
2 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,15 @@ body: | |
description: > | ||
Title of your project as it will appear on | ||
[qiskit.github.io/ecosystem](https://qiskit.github.io/ecosystem). | ||
placeholder: Qiskit GPU Compile | ||
placeholder: E.g. Qiskit GPU Compile | ||
validations: | ||
required: true | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Github repo | ||
description: Link to GitHub repo of project you want to submit | ||
placeholder: https://github.com/owner/qiskit-gpu-compile | ||
placeholder: E.g. https://github.com/owner/qiskit-gpu-compile | ||
validations: | ||
required: true | ||
- type: textarea | ||
|
@@ -45,8 +45,7 @@ body: | |
description: > | ||
1-2 sentences to appear under your project on | ||
[qiskit.github.io/ecosystem](https://qiskit.github.io/ecosystem). | ||
Keep it under 30 words; readers will click through to your repo if | ||
they want to learn more. | ||
Keep it under 135 characters; anything longer will be rejected. | ||
Note this **does not** support markdown. | ||
placeholder: > | ||
|
@@ -58,15 +57,15 @@ body: | |
id: contact_info | ||
attributes: | ||
label: Email | ||
placeholder: [email protected] | ||
placeholder: E.g. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: Short description of alternative projects. | ||
placeholder: There are no alternatives to this project! | ||
placeholder: E.g. There are no alternatives to this project! | ||
validations: | ||
required: false | ||
- type: dropdown | ||
|
@@ -91,7 +90,7 @@ body: | |
attributes: | ||
label: Affiliations | ||
description: List any organisations affiliated with the project. | ||
placeholder: None | ||
placeholder: E.g. None | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
|
@@ -152,22 +151,22 @@ body: | |
attributes: | ||
label: Documentation | ||
description: Link to project's documentation website | ||
placeholder: https://your-project.com/documentation | ||
placeholder: E.g. https://your-project.com/documentation | ||
validations: | ||
required: false | ||
- type: input | ||
id: website | ||
attributes: | ||
label: Website | ||
description: Link to project or company website if applicable | ||
placeholder: https://your-project.com | ||
placeholder: E.g. https://your-project.com | ||
validations: | ||
required: false | ||
- type: input | ||
id: reference_paper | ||
attributes: | ||
label: Reference paper | ||
description: If your project is based on a paper, you can link it here. | ||
placeholder: https://arxiv.org/abs/2402.00022 | ||
placeholder: E.g. https://arxiv.org/abs/2402.00022 | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters