Skip to content

Commit

Permalink
Update --bug-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-Nandagopal authored Mar 9, 2022
1 parent e411f09 commit 0a9fb99
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/ISSUE_TEMPLATE/--bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
label: Description
description: A concise description of what you're experiencing and what you expect.
placeholder: |
When I do <X>, <Y> happens and I see the error message attached below:
Expand All @@ -29,30 +28,36 @@ body:
- type: textarea
attributes:
label: Steps To Reproduce
description: Add steps to reproduce this behaviour, include console / network logs & screenshots
description: Add steps to reproduce this behaviour, include console / network logs & videos
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: dropdown
id: env
- type: input
id: app
attributes:
label: Environment
options:
- Production
- Release
- Deploy Preview
label: Public Sample App
description: "Share a public sample application that reproduces the bug using our mock databases if possible"
placeholder: "https://app.appsmith.com/applications/61e022f1eb0501052b9fa205/pages/61e02308eb0501052b9fa20c"
validations:
required: true
required: false
- type: dropdown
id: version
id: hosting
attributes:
label: Version
options:
- Cloud
- Self-Hosted
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: "The version of your Appsmith Instance"
placeholder: "1.6.6"
validations:
required: true

0 comments on commit 0a9fb99

Please sign in to comment.