From a410804ebbc9266d4ec42a682f8052f0d927e5c7 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sun, 14 Sep 2025 19:56:26 -0700 Subject: [PATCH 1/3] Fix typo in title of Question template Sigh. --- .github/ISSUE_TEMPLATE/3-question.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-question.yml b/.github/ISSUE_TEMPLATE/3-question.yml index 33cbbcc39..79ffbf8d7 100644 --- a/.github/ISSUE_TEMPLATE/3-question.yml +++ b/.github/ISSUE_TEMPLATE/3-question.yml @@ -1,5 +1,5 @@ name: Question -description: As a question +description: Ask a question type: Question body: - type: markdown From b83a1c963a3d11770cb70c9c4fb8be508710ac56 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sun, 14 Sep 2025 19:57:28 -0700 Subject: [PATCH 2/3] Fix YAML multiline value Needs to be `>-` or else the result has hard newlines in it, and looks ugly. --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index d86442aee..e3839c556 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,9 +1,10 @@ name: Bug report description: Report a problem with qsim or this project +type: Bug body: - type: markdown attributes: - value: | + value: >- Thank you for taking the time to open an issue report. Before continuing, it's worth [searching through the existing issues in this repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in From 85c10fa9cb470517886bca3a85141494059821d3 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sun, 14 Sep 2025 19:58:05 -0700 Subject: [PATCH 3/3] Ask user for info about GPU & CUDA Relevant to the computing environment. --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index e3839c556..f3f395d36 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -60,7 +60,8 @@ body: label: Tell us the computing environment (if relevant) description: >- Please tell us if you are using Linux, macOS, Windows, Google Colab, or - something else, and its version. + something else, and its version. If you are trying to use a GPU and + CUDA, please tell us the model of GPU and version of CUDA. placeholder: >- Describe the computing environment and its version here validations: