Skip to content

Commit 23856aa

Browse files
authored
Template/submission/default category other (#993)
Co-authored-by: 1ucian0 <[email protected]>
1 parent 59509a2 commit 23856aa

40 files changed

+41
-51
lines changed

.github/ISSUE_TEMPLATE/01_submission.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: 🆕 Submit a project to the Qiskit Ecosystem
22
description: Request that a project be included in the Qiskit Ecosystem
33
title: '[Submission]: <project name> '
44
labels: [submission]
5-
type: Task
65
body:
76
- type: markdown
87
attributes:
@@ -59,6 +58,7 @@ body:
5958
in a comment.
6059
multiple: false
6160
options:
61+
- Other
6262
- SDK
6363
- Application
6464
- Tooling
@@ -71,7 +71,7 @@ body:
7171
- Qiskit addon
7272
- Game
7373
- Paper artifact
74-
- Other
74+
default: 0
7575
validations:
7676
required: true
7777
- type: dropdown

.github/workflows/ecosystem-submission.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
cancel-in-progress: true
6161
if: >
6262
startsWith(github.event.issue.title, '[Submission]:')
63-
&& github.event.action == 'closed'
6463
&& github.event.pull_request.merged == true
6564
&& contains(github.event.issue.labels.*.name, 'submission')
6665
runs-on: ubuntu-latest
@@ -74,11 +73,6 @@ jobs:
7473
7574
:speech_balloon: Join other Qiskit ecosystem developers in the [Slack channel #qiskit-ecosystem](https://qiskit.slack.com/archives/C04RHE56N93) (if you are not in the Qiskit workspace yet, [sign up](https://qisk.it/join-slack))
7675
77-
:mega: Showcase your project by
78-
79-
* [Writing a blog for your project](https://github.com/qiskit-community/ecosystem/wiki/Write-a-Blog-for-your-Project): reach out to Abby Mitchell via Slack or [email](mailto:[email protected]) if you'd like to be featured on the Qiskit blog
80-
* Presenting at a [Qiskit Demoday](https://github.com/Qiskit/feedback/wiki/Qiskit-DemoDays): reach out to Luciano Bello via Slack or [email](mailto:[email protected]) to request a slot to demo your project)
81-
8276
:stethoscope: Get support integrating with Qiskit, including updating your project to Qiskit 1.0, using our [documentation theme](https://github.com/Qiskit/qiskit_sphinx_theme), and integrating with the transpiler plugin system. Reach out to Frank Harkins via [email](mailto:[email protected]) for any questions or suggestions about working with Qiskit.
8377
8478
It's great having you as a part of the ecosystem!

ecosystem/resources/labels.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[[categories]]
2+
name = "Other"
3+
description = "Projects that extend, interface with, or use Qiskit in interesting ways"
4+
15
[[categories]]
26
name = "SDK"
37
description = "A software development kit. Provides an interface to build software on top of it. "
@@ -51,10 +55,6 @@ description = "Games or playful educational resources"
5155
name = "Paper artifact"
5256
description = "Code or dataset needed to reproduce a specific paper. Probably, without long-term support."
5357

54-
[[categories]]
55-
name = "Other"
56-
description = "Projects that extend, interface with, or use Qiskit in interesting ways"
57-
5858
[[labels]]
5959
name = "chemistry"
6060
description = "Applies quantum computing to chemistry"

ecosystem/resources/members/bosonic-qiskit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Bosonic Qiskit"
22
url = "https://github.com/C2QA/bosonic-qiskit"
33
description = "NQI C2QA project to simulate hybrid boson-qubit systems within Qiskit."
44
licence = "BSD 2-Clause \"Simplified\" or \"FreeBSD\" license"
5-
labels = [ "physics"]
5+
labels = [ "physics",]
66
created_at = 1678827878.841977
77
updated_at = 1678827878.841978
88
group = "Application"

ecosystem/resources/members/dense-ev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Expectation value measurements in Qiskit using optimal dense grou
44
licence = "Apache License 2.0"
55
contact_info = "[email protected]"
66
affiliations = "University of Illinois at Urbana-Champaign"
7-
labels = [ ]
7+
labels = []
88
group = "Paper artifact"
99
reference_paper = "https://arxiv.org/abs/2305.11847"
1010
uuid = "f305aa07-74a6-4af4-bb80-e0a75672f16f"

ecosystem/resources/members/dsm-swap.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "dsm-swap"
22
url = "https://github.com/qiskit-community/dsm-swap"
33
description = "A doubly stochastic matrices-based approach to optimal qubit routing."
44
licence = "Apache License 2.0"
5-
labels = [ "circuit manipulation", "research", ]
5+
labels = [ "circuit manipulation", "research",]
66
created_at = 1678827878.56605
77
updated_at = 1678827878.566051
88
group = "Transpiler plugin"

ecosystem/resources/members/fast-pauli.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Conduct efficient multiplication of tensor products of Pauli matr
44
licence = "BSD 2-Clause \"Simplified\" or \"FreeBSD\" license"
55
contact_info = "[email protected]"
66
affiliations = "Qognitive Inc"
7-
labels = [ ]
7+
labels = []
88
website = "https://qognitive.io"
99
group = "Application"
1010
reference_paper = "https://arxiv.org/abs/2301.00560"

ecosystem/resources/members/hamiltonian_simulation.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Hamiltonian simulation template"
22
url = "https://github.com/qiskit-community/qiskit-function-templates/tree/main/physics/hamiltonian_simulation"
33
description = "A Qiskit Function template for Hamiltonian simulation with AQC-Tensor Qiskit addon"
44
licence = "Apache License 2.0"
5-
labels = ["physics",]
5+
labels = [ "physics",]
66
ibm_maintained = true
77
group = "Application"
88
reference_paper = "https://dl.acm.org/doi/10.1145/3731251"

ecosystem/resources/members/mqt-bench.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A circuit benchmark suite offering the same algorithms across abs
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "Technical University of Munich (TUM), Germany"
7-
labels = ["circuit manipulation", "research",]
7+
labels = [ "circuit manipulation", "research",]
88
website = "https://www.cda.cit.tum.de/mqtbench/"
99
group = "Application"
1010
reference_paper = "https://quantum-journal.org/papers/q-2023-07-20-1062/"

ecosystem/resources/members/mqt-ddsim.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A classical quantum circuit simulator based on decision diagrams
44
licence = "MIT license"
55
contact_info = "[email protected]"
66
affiliations = "Technical University of Munich (TUM), Germany"
7-
labels = ["research",]
7+
labels = [ "research",]
88
website = "https://mqt.readthedocs.io"
99
group = "Circuit simulator"
1010
reference_paper = "https://arxiv.org/abs/2405.17543"

0 commit comments

Comments
 (0)