Skip to content

Commit

Permalink
Add criteria to README and issue template (#689)
Browse files Browse the repository at this point in the history
### Summary

Adds a criteria for new submissions going forward. This will eventually
apply to existing ecosystem projects but is not enforced yet.

---------

Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
frankharkins and Eric-Arellano authored Apr 3, 2024
1 parent 36c8faa commit bb2ae96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ labels: ["submission"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
### Criteria
To join the ecosystem, your project must:
* Build on, interface with, or extend the [Qiskit SDK](https://github.com/Qiskit/qiskit) in some way.
* Be compatible with Qiskit 1.0 (or newer).
* Have an [OSI-approved](https://opensource.org/license?categories=popular-strong-community) open-source license (preferably Apache 2.0 or MIT).
* Adhere to our [code of conduct](./CODE_OF_CONDUCT.md) (you can enforce your own code of conduct in addition to this).
* Have maintainer activity within the last 6 months, such as a commit.
If you have any questions, please reach out through the `#qiskit-ecosystem` channel on [Slack](https://qisk.it/join-slack).
- type: input
id: name
attributes:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ repository. We'll review the pull request and get back to you within a few
days.

To join the ecosystem, your project must:
- Have an open-source license
- Adhere to our [code of conduct](./CODE_OF_CONDUCT.md)
- Build on, interface with, or extend Qiskit in some way
- Build on, interface with, or extend the [Qiskit SDK](https://github.com/Qiskit/qiskit) in some way.
- Be compatible with Qiskit 1.0 (or newer).
- Have an [OSI-approved](https://opensource.org/license?categories=popular-strong-community) open-source license (preferably Apache 2.0 or MIT).
- Adhere to our [code of conduct](./CODE_OF_CONDUCT.md) (you can enforce your own code of conduct in addition to this).
- Have maintainer activity within the last 6 months, such as a commit.

Once your submission has been approved and merged, it will appear on
[qiskit.github.io/ecosystem/](https://qiskit.github.io/ecosystem/) within a few
Expand Down

0 comments on commit bb2ae96

Please sign in to comment.