diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md new file mode 100644 index 0000000000..03391625af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -0,0 +1,8 @@ +--- +name: '🐞 Bug Report' +about: Report a bug in existing features +title: '' +labels: 'bug' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md new file mode 100644 index 0000000000..a6e92dc1a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -0,0 +1,8 @@ +--- +name: '🚀 Feature Request' +about: Suggest ideas for new features or enhancements +title: '' +labels: 'RFC' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md new file mode 100644 index 0000000000..712f63603a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -0,0 +1,9 @@ +--- +name: '📖 Documentation' +about: Help us improve the documentation! +title: '' +labels: 'docs' +assignees: '' + +--- + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..42a0877556 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: 🛟 Support / help + url: https://symfony.com/support + about: Ask your questions about Symfony UX