chore: bug template to suggest projects public or accessible by URL (#4222)

This commit is contained in:
Tyler Hughes 2024-12-17 00:29:27 -06:00 committed by GitHub
parent 24a43b851d
commit eda10b1212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,18 @@ body:
description: Please do not delete it after reporting!
validations:
required: true
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: "Please make your project public or accessible by URL. This will allow anyone trying to help you to easily reproduce the issue and provide assistance."
required: true
- type: markdown
attributes:
value: |
![Making your project public](https://github.com/stackblitz/bolt.new/blob/main/public/project-visibility.jpg?raw=true)
- type: textarea
id: steps
attributes:

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB