From 7ddd1f9cb2c7536fb618cc5da7b2556d540a75d2 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 20 Sep 2021 09:16:11 +0100 Subject: [PATCH] Try issue forms --- .github/ISSUE_TEMPLATE/bug_report.md | 24 --------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 31 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 42ba1ba9..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - - -**Describe the bug** - - -**Build log** - - -**CI config** - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..11784a1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,31 @@ +name: General issue +description: Open a general issue + +body: +- type: markdown + attributes: + value: | + Hi! If you're not sure whether your problem is a bug in cibuildwheel or something else, please consider asking a question in the Discussions tab first. + +- type: textarea + id: description + attributes: + label: Description + +- type: input + id: log + attributes: + label: Build log + description: If relevant, please provide a link to a build log that shows the problem + placeholder: https://... + validations: + required: false + +- type: input + id: ci-config + attributes: + label: CI config + description: Link to the CI config that produced the build log above. e.g. the Github Actions workflow file + placeholder: https://... + validations: + required: false