Skip to content

Commit eda10b1

Browse files
chore: bug template to suggest projects public or accessible by URL (#4222)
1 parent 24a43b8 commit eda10b1

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ body:
2424
description: Please do not delete it after reporting!
2525
validations:
2626
required: true
27+
- type: checkboxes
28+
id: checkboxes
29+
attributes:
30+
label: Validations
31+
description: Before submitting the issue, please make sure you do the following
32+
options:
33+
- 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."
34+
required: true
35+
- type: markdown
36+
attributes:
37+
value: |
38+
![Making your project public](https://github.com/stackblitz/bolt.new/blob/main/public/project-visibility.jpg?raw=true)
2739
- type: textarea
2840
id: steps
2941
attributes:

public/project-visibility.jpg

75.2 KB
Loading

0 commit comments

Comments
 (0)