Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1ee3f16

Browse files
DevKit updates (#224)
1 parent ab9fa1d commit 1ee3f16

File tree

5 files changed

+70
-0
lines changed

5 files changed

+70
-0
lines changed

.github/Bug_report.md

+24
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

+10
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

+12
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

+9
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

+15
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+

0 commit comments

Comments
 (0)