Try issue forms

This commit is contained in:
Joe Rickerby
2021-09-20 09:16:11 +01:00
committed by GitHub
parent 1a9db87741
commit 7ddd1f9cb2
2 changed files with 31 additions and 24 deletions
-24
View File
@@ -1,24 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!--
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!
-->
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**Build log**
<!-- Please provide a link to a build log that shows the problem -->
**CI config**
<!-- Link to the CI config that produced the build log above. e.g. the Github Actions workflow file -->
**Additional context**
<!-- Add any other context about the problem here. -->
+31
View File
@@ -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