Skip to content

Commit

Permalink
Introduce new Github templates - DevKit updates (#178)
Browse files Browse the repository at this point in the history
* DevKit updates

* DevKit updates
  • Loading branch information
ElectricMaxxx authored May 11, 2018
1 parent 9decbe0 commit 5f4fbe6
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 14 deletions.
24 changes: 24 additions & 0 deletions .github/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Report errors and problems

---

<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->

**Description**
<!-- A clear and concise description of the problem. -->

**How to reproduce**
<!-- Code and/or config needed to reproduce the problem. If it's a complex bug,
create a "bug reproducer" as explained in:
https://symfony.com/doc/current/contributing/code/reproducer.html -->

**Possible Solution**
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->

**Additional context**
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
10 changes: 10 additions & 0 deletions .github/Documentation_issue.md
Original file line number Diff line number Diff line change
@@ -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!
12 changes: 12 additions & 0 deletions .github/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Feature Request
about: RFC and ideas for new features and improvements

---

**Description**
<!-- A clear and concise description of the new feature. -->

**Example**
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
If the new feature changes an existing feature, include a simple before/after comparison. -->
9 changes: 9 additions & 0 deletions .github/Security_issue.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]) or [Maximilian](mailto:[email protected]) and don't disclose it publicly until we can provide a
fix for it.
15 changes: 15 additions & 0 deletions .github/Support_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Support Question
about: Questions about using Symfony CMF and its components

---

**Description**
<!-- A clear and concise description of the problem. -->

**How to reproduce (optional)**
<!-- Optional: Only if you have something to reproduce. Code and/or config needed to reproduce the problem. -->

**Possible Solution**
<!-- Optional: only if you have suggestions to solve it -->

28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"friendsofsymfony/jsrouting-bundle": "^1.1 || ^2.1",
"jackalope/jackalope": "^1.3",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"symfony/browser-kit": "^2.8 || ^3.0 || ^4.0",
"symfony/console": "^2.8 || ^3.0 || ^4.0",
"symfony/css-selector": "^2.8 || ^3.0 || ^4.0",
"symfony/debug": "^2.8 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0",
"symfony/doctrine-bridge": "^2.8 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.8.1 || ^3.0 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
"symfony/monolog-bundle": "^3.1",
"symfony/process": "^2.8 || ^3.0 || ^4.0",
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0"
"symfony/browser-kit": "^2.8 || ^3.3 || ^4.0",
"symfony/console": "^2.8 || ^3.3 || ^4.0",
"symfony/css-selector": "^2.8 || ^3.3 || ^4.0",
"symfony/debug": "^2.8 || ^3.3 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
"symfony/doctrine-bridge": "^2.8 || ^3.3 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.3 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.3 || ^4.0",
"symfony/monolog-bundle": "~3.1",
"symfony/process": "^2.8 || ^3.3 || ^4.0",
"symfony/security-bundle": "^2.8 || ^3.3 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.3 || ^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.0"
"symfony/phpunit-bridge": "^3.3 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f4fbe6

Please sign in to comment.