Skip to content

Commit 5f4fbe6

Browse files
Introduce new Github templates - DevKit updates (#178)
* DevKit updates * DevKit updates
1 parent 9decbe0 commit 5f4fbe6

File tree

6 files changed

+84
-14
lines changed

6 files changed

+84
-14
lines changed

.github/Bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug Report
3+
about: Report errors and problems
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
**Description**
13+
<!-- A clear and concise description of the problem. -->
14+
15+
**How to reproduce**
16+
<!-- Code and/or config needed to reproduce the problem. If it's a complex bug,
17+
create a "bug reproducer" as explained in:
18+
https://symfony.com/doc/current/contributing/code/reproducer.html -->
19+
20+
**Possible Solution**
21+
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
22+
23+
**Additional context**
24+
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->

.github/Documentation_issue.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Documentation Issue
3+
about: Anything related to Symfony CMF Documentation
4+
5+
---
6+
7+
Symfony CMF Documentation has its own dedicated repository. Please open your
8+
documentation-related issue at https://github.com/symfony-cmf/symfony-cmf-docs/issues
9+
10+
Thanks!

.github/Feature_request.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature Request
3+
about: RFC and ideas for new features and improvements
4+
5+
---
6+
7+
**Description**
8+
<!-- A clear and concise description of the new feature. -->
9+
10+
**Example**
11+
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
12+
If the new feature changes an existing feature, include a simple before/after comparison. -->

.github/Security_issue.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Security Issue
3+
about: Report security-related errors
4+
5+
---
6+
7+
If you have found a security issue in Symfony, please send the details to
8+
[David](mailto:[email protected]) or [Maximilian](mailto:[email protected]) and don't disclose it publicly until we can provide a
9+
fix for it.

.github/Support_question.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Support Question
3+
about: Questions about using Symfony CMF and its components
4+
5+
---
6+
7+
**Description**
8+
<!-- A clear and concise description of the problem. -->
9+
10+
**How to reproduce (optional)**
11+
<!-- Optional: Only if you have something to reproduce. Code and/or config needed to reproduce the problem. -->
12+
13+
**Possible Solution**
14+
<!-- Optional: only if you have suggestions to solve it -->
15+

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"friendsofsymfony/jsrouting-bundle": "^1.1 || ^2.1",
1919
"jackalope/jackalope": "^1.3",
2020
"jackalope/jackalope-doctrine-dbal": "^1.3",
21-
"symfony/browser-kit": "^2.8 || ^3.0 || ^4.0",
22-
"symfony/console": "^2.8 || ^3.0 || ^4.0",
23-
"symfony/css-selector": "^2.8 || ^3.0 || ^4.0",
24-
"symfony/debug": "^2.8 || ^3.0 || ^4.0",
25-
"symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0",
26-
"symfony/doctrine-bridge": "^2.8 || ^3.0 || ^4.0",
27-
"symfony/framework-bundle": "^2.8.1 || ^3.0 || ^4.0",
28-
"symfony/http-foundation": "^2.8 || ^3.0 || ^4.0",
29-
"symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
30-
"symfony/monolog-bundle": "^3.1",
31-
"symfony/process": "^2.8 || ^3.0 || ^4.0",
32-
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
33-
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0"
21+
"symfony/browser-kit": "^2.8 || ^3.3 || ^4.0",
22+
"symfony/console": "^2.8 || ^3.3 || ^4.0",
23+
"symfony/css-selector": "^2.8 || ^3.3 || ^4.0",
24+
"symfony/debug": "^2.8 || ^3.3 || ^4.0",
25+
"symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
26+
"symfony/doctrine-bridge": "^2.8 || ^3.3 || ^4.0",
27+
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
28+
"symfony/http-foundation": "^2.8 || ^3.3 || ^4.0",
29+
"symfony/http-kernel": "^2.8 || ^3.3 || ^4.0",
30+
"symfony/monolog-bundle": "~3.1",
31+
"symfony/process": "^2.8 || ^3.3 || ^4.0",
32+
"symfony/security-bundle": "^2.8 || ^3.3 || ^4.0",
33+
"symfony/twig-bundle": "^2.8 || ^3.3 || ^4.0"
3434
},
3535
"require-dev": {
36-
"symfony/phpunit-bridge": "^4.0"
36+
"symfony/phpunit-bridge": "^3.3 || ^4.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)