From a7c96963829667928cd84931ceaa935f5e9a1f26 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 4 May 2018 15:23:26 +0200 Subject: [PATCH] Added new templates for GitHub issues --- .github/ISSUE_TEMPLATE.md | 13 ---------- .github/ISSUE_TEMPLATE/Bug_report.md | 26 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Documentation_issue.md | 15 +++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 17 ++++++++++++ .github/ISSUE_TEMPLATE/Security_issue.md | 16 ++++++++++++ .github/ISSUE_TEMPLATE/Support_question.md | 16 ++++++++++++ 6 files changed, 90 insertions(+), 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Documentation_issue.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/Security_issue.md create mode 100644 .github/ISSUE_TEMPLATE/Support_question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6eaec7c81d..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -| Q | A -| ---------------- | ----- -| Bug report? | yes/no -| Feature request? | yes/no -| BC Break report? | yes/no -| RFC? | yes/no -| Symfony version | x.y.z - - diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000000..42173b6d49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report +about: Report errors and problems + +--- + + + +**Symfony version(s) affected**: x.y.z + +**Description** + + +**How to reproduce** + + +**Possible Solution** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue.md b/.github/ISSUE_TEMPLATE/Documentation_issue.md new file mode 100644 index 0000000000..eed9470b68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Documentation_issue.md @@ -0,0 +1,15 @@ +--- +name: Documentation Issue +about: Anything related to Symfony Documentation + +--- + + + +Symfony Documentation has its own dedicated repository. Please open your +documentation-related issue at https://github.com/symfony/symfony-docs/issues + +Thanks! diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000000..3422cc1353 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: RFC and ideas for new features and improvements + +--- + + + +**Description** + + +**Example** + diff --git a/.github/ISSUE_TEMPLATE/Security_issue.md b/.github/ISSUE_TEMPLATE/Security_issue.md new file mode 100644 index 0000000000..29981939d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Security_issue.md @@ -0,0 +1,16 @@ +--- +name: Security Issue +about: Report security-related errors + +--- + + + +If you have found a security issue in Symfony, please send the details to +security [at] symfony.com and don't disclose it publicly until we can provide a +fix for it. + +More information: https://symfony.com/security diff --git a/.github/ISSUE_TEMPLATE/Support_question.md b/.github/ISSUE_TEMPLATE/Support_question.md new file mode 100644 index 0000000000..40a9277035 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_question.md @@ -0,0 +1,16 @@ +--- +name: Support Question +about: 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!