Skip to content

Commit

Permalink
Update --bug-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai authored Dec 13, 2022
1 parent 5df1dee commit e6d13cb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/--bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please fill the form in English
Thanks for taking the time to fill out this bug report! Please fill the form in English.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
options:
- label: I have searched the existing issues
required: true
- type: input
id: repository
attributes:
label: Example public repository
description: "An example public git repository to reproduce the issue easily (if applicable)."
placeholder: "https://github.com/coollabsio/coolify"
validations:
required: false
- type: textarea
attributes:
label: Description
Expand Down

0 comments on commit e6d13cb

Please sign in to comment.