From 04bc7d2140250a86b7ffde18ade96ec48a8256d4 Mon Sep 17 00:00:00 2001 From: electricmaxxx Date: Fri, 11 May 2018 18:50:37 +0200 Subject: [PATCH] DevKit updates --- .github/Bug_report.md | 24 ++++++++++++++++++++++++ .github/Documentation_issue.md | 10 ++++++++++ .github/Feature_request.md | 12 ++++++++++++ .github/Security_issue.md | 9 +++++++++ .github/Support_question.md | 15 +++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 .github/Bug_report.md create mode 100644 .github/Documentation_issue.md create mode 100644 .github/Feature_request.md create mode 100644 .github/Security_issue.md create mode 100644 .github/Support_question.md diff --git a/.github/Bug_report.md b/.github/Bug_report.md new file mode 100644 index 00000000..8b27ed79 --- /dev/null +++ b/.github/Bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Report errors and problems + +--- + + + +**Description** + + +**How to reproduce** + + +**Possible Solution** + + +**Additional context** + diff --git a/.github/Documentation_issue.md b/.github/Documentation_issue.md new file mode 100644 index 00000000..196478c4 --- /dev/null +++ b/.github/Documentation_issue.md @@ -0,0 +1,10 @@ +--- +name: Documentation Issue +about: Anything related to Symfony CMF Documentation + +--- + +Symfony CMF Documentation has its own dedicated repository. Please open your +documentation-related issue at https://github.com/symfony-cmf/symfony-cmf-docs/issues + +Thanks! diff --git a/.github/Feature_request.md b/.github/Feature_request.md new file mode 100644 index 00000000..db3e02ca --- /dev/null +++ b/.github/Feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature Request +about: RFC and ideas for new features and improvements + +--- + +**Description** + + +**Example** + diff --git a/.github/Security_issue.md b/.github/Security_issue.md new file mode 100644 index 00000000..34be6e0e --- /dev/null +++ b/.github/Security_issue.md @@ -0,0 +1,9 @@ +--- +name: Security Issue +about: Report security-related errors + +--- + +If you have found a security issue in Symfony, please send the details to +[David](mailto:david@liip.ch) or [Maximilian](mailto:maximilian.berghoff@gmx.de) and don't disclose it publicly until we can provide a +fix for it. diff --git a/.github/Support_question.md b/.github/Support_question.md new file mode 100644 index 00000000..c128b566 --- /dev/null +++ b/.github/Support_question.md @@ -0,0 +1,15 @@ +--- +name: Support Question +about: Questions about using Symfony CMF and its components + +--- + +**Description** + + +**How to reproduce (optional)** + + +**Possible Solution** + +