Skip to content

Commit c09c599

Browse files
meta: Restructure Bug Report Issue Template (#1852)
This change separates the GitHub Bug Report Issue template's Expected/Actual Result section into two separate sections titled Expected Result and Actual Result. This change should make it easier to tell at a quick glance what the user expected to happen versus what actually happened, and it will hopefully make bug report issues easier for us to understand. We already have separate expected and actual results sections in the getsentry/sentry-python repository, and I find issues with the separated structure easier to read and understand.
1 parent 38daba8 commit c09c599

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ What version of the CLI and what OS are you running?
1111

1212
What you did?
1313

14-
### Expected/Actual Result
14+
### Expected Result
1515

16-
What you thought would happen and what actually happened?
16+
What you thought would happen?
17+
18+
### Actual Result
19+
20+
What actually happened?
1721

1822
### Logs
1923

0 commit comments

Comments
 (0)