Skip to content

Commit fc57127

Browse files
authored
meta(issue_templates): Remove "possible solution" (#23878)
In our bug reports, people tend to remove the "possible solution" section, causing the template enforcer bot to close valid issues. This PR removes that section as it is optional anyway (easier than adding optional header support to the bot). It also adds a warning to the top, reminding people to not remove any headers.
1 parent 1a6b121 commit fc57127

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 🐞 Bug Report
33
about: Report a bug to help improve Sentry
44
---
55

6+
<!-- WARNING: DO NOT remove any of the headers below or your issue will automatically be closed by our bot -->
7+
68
## Important Details
79

810
How are you running Sentry?
@@ -33,7 +35,3 @@ Good items to include here include:
3335
### What you expected to happen
3436

3537
[What you think should be happening]
36-
37-
### Possible Solution
38-
39-
[If you have an idea on how this could be solved include that detail here.]

0 commit comments

Comments
 (0)