minor #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
-------

10b3b6870e Use external links instead of fake issue templates
This commit is contained in:
Fabien Potencier 2021-12-02 16:41:35 +01:00
commit 2a1b2aa5c1
3 changed files with 8 additions and 21 deletions

View File

@ -1,11 +0,0 @@
---
name: ⛔ Support Question
about: See https://symfony.com/support for questions about using Symfony and its components
---
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
Thanks!

View File

@ -1,10 +0,0 @@
---
name: ⛔ Documentation Issue
about: See https://github.com/symfony/symfony-docs/issues for documentation issues
---
Symfony Documentation has its own dedicated repository. Please open your
documentation-related issue at https://github.com/symfony/symfony-docs/issues
Thanks!

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support Question
url: https://symfony.com/support
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
- name: Documentation Issue
url: https://github.com/symfony/symfony-docs/issues
about: Symfony Documentation has its own dedicated repository.