Skip to content

Commit 2a1b2aa

Browse files
committed
minor symfony#44422 Use external links instead of fake issue templates (stof)
This PR was merged into the 4.4 branch. Discussion ---------- Use external links instead of fake issue templates | 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 | License | MIT | Doc PR | n/a GitHub now supports having external links in the issue chooser. This is better than using fake templates containing a message saying it is the wrong place to report the issue (that users might ignore) Commits ------- 10b3b68 Use external links instead of fake issue templates
2 parents f484031 + 10b3b68 commit 2a1b2aa

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

.github/ISSUE_TEMPLATE/3_Support_question.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/4_Documentation_issue.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines 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)