Skip to content

Commit f484031

Browse files
committed
minor symfony#44421 Fix description that does not work well (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Fix description that does not work well | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a Currently, the description for reporting a bug read: "See below for security reports", which works well on the page where you choose the kind of issue you want to create, but it does not work well on the bug report page. I propose to change it to make it more explicit so that it works everywhere. Commits ------- c3374d2 Fix description that does not work well
2 parents 53cfbfd + c3374d2 commit f484031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug Report
2-
description: ⚠️ See below for security reports
2+
description: ⚠️ NEVER report security issues, read https://symfony.com/security instead
33
labels: Bug
44

55
body:

0 commit comments

Comments
 (0)