Skip to content

Commit

Permalink
Tweaked WIP bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Jul 14, 2021
1 parent d4f5f49 commit ba64aac
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/1.dear_imgui_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: (WIP, Proposed) Dear ImGui Bug Report
description: Select this option if you are experiencing a crash, a Failed assert, or incorrect behavior.
labels: [bug]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -109,12 +110,10 @@ body:
attributes:
label: Steps to Reproduce
description: |
Please be detailed and provide code snippets, screenshots, or videos if relevant.
Please be detailed and provide code snippets if relevant.
If you can reproduce the bug in the official demo app, please provide instructions using it.
placeholder: |
You can drag files here to attach screenshors or videos.
1. Launch `example_glfw_opengl3`
2. Go to Widgets -> Basic and click the Button
3. ...
Expand All @@ -133,8 +132,13 @@ body:
id: actual-behavior
attributes:
label: Actual Behavior
description: ...and what actually happened?
description: |
...and what actually happened?
Please provide screenshots or a video if relevant.
placeholder: |
You can drag files here to attach screenshors or videos.
When I click the button it insults me.
validations:
required: true
Expand Down

0 comments on commit ba64aac

Please sign in to comment.