Skip to content

Commit

Permalink
chore: bug template to suggest projects public or accessible by URL (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithtyler authored Dec 17, 2024
1 parent 24a43b8 commit eda10b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file added public/project-visibility.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit eda10b1

@Jedgar8866
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I make the project public.

Image

Steps to reproduce:

  1. Click on to connect to Supabase

Image

  1. Wait until loading thru the finalize setup part

Image

It is not able to finalize and create the project and connect it.

It is no error came up just keep loading doesn't matter how long I wait.

Please sign in to comment.