Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e726d8

Browse filesBrowse files
committed
Merge branch '5.3' into 5.4
* 5.3: Use external links instead of fake issue templates Fix description that does not work well
2 parents a57a342 + d7019da commit 1e726d8
Copy full SHA for 1e726d8

File tree

Expand file treeCollapse file tree

4 files changed

+9
-22
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-22
lines changed
Open diff view settings
Collapse file

‎.github/ISSUE_TEMPLATE/1_Bug_report.yaml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1_Bug_report.yaml
+1-1Lines 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:
Collapse file

‎.github/ISSUE_TEMPLATE/3_Support_question.md‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3_Support_question.md
-11Lines changed: 0 additions & 11 deletions
This file was deleted.
Collapse file

‎.github/ISSUE_TEMPLATE/4_Documentation_issue.md‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4_Documentation_issue.md
-10Lines changed: 0 additions & 10 deletions
This file was deleted.
Collapse file

‎.github/ISSUE_TEMPLATE/config.yml‎

Copy file name to clipboard
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support Question
4+
url: https://symfony.com/support
5+
about: We use GitHub issues only to discuss about Symfony bugs and new features. For this kind of questions about using Symfony or third-party bundles, please use any of the support alternatives shown in https://symfony.com/support
6+
- name: Documentation Issue
7+
url: https://github.com/symfony/symfony-docs/issues
8+
about: Symfony Documentation has its own dedicated repository.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.