You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of member.interface as a mandatory field. Most of the members fail because they did not declared their API language or interface (as it was not a thing when they were submitted as candidates).
Important
Definition of done
This issue can be closed once all members have an interface field declared. All changes can be done in the same PR.
Tip
Check out the possible interfaces in https://qiskit.github.io/ecosystem/interfaces/ . The field is not about the language is which the software is written, but the language from which the software can be called.
With the introduction of
member.interfaceas a mandatory field. Most of the members fail because they did not declared their API language or interface (as it was not a thing when they were submitted as candidates).Important
Definition of done
This issue can be closed once all members have an
interfacefield declared. All changes can be done in the same PR.Tip
Check out the possible interfaces in https://qiskit.github.io/ecosystem/interfaces/ . The field is not about the language is which the software is written, but the language from which the software can be called.