File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5858 in a comment.
5959 multiple : false
6060 options :
61- - Other
61+ - Select one...
6262 - SDK
6363 - Application
6464 - Tooling
7171 - Qiskit addon
7272 - Game
7373 - Paper artifact
74+ - Other
7475 default : 0
7576 validations :
7677 required : true
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ def update_issue_template(
6060 if section ["id" ] == "labels" :
6161 section ["attributes" ]["options" ] = labels_toml .label_names
6262 elif section ["id" ] == "category" :
63- section ["attributes" ]["options" ] = labels_toml .category_names
63+ section ["attributes" ]["options" ] = [
64+ "Select one..."
65+ ] + labels_toml .category_names
6466
6567 with open (template_path , "w" ) as yaml_file :
6668 yaml .dump (data , yaml_file )
Original file line number Diff line number Diff line change 1- [[categories ]]
2- name = " Other"
3- description = " Projects that extend, interface with, or use Qiskit in interesting ways"
4-
51[[categories ]]
62name = " SDK"
73description = " A software development kit. Provides an interface to build software on top of it. "
@@ -55,6 +51,10 @@ description = "Games or playful educational resources"
5551name = " Paper artifact"
5652description = " Code or dataset needed to reproduce a specific paper. Probably, without long-term support."
5753
54+ [[categories ]]
55+ name = " Other"
56+ description = " Projects that extend, interface with, or use Qiskit in interesting ways"
57+
5858[[labels ]]
5959name = " chemistry"
6060description = " Applies quantum computing to chemistry"
You can’t perform that action at this time.
0 commit comments