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

Commit 98be656

Browse files
committed
DevKit updates
1 parent 91dc9a3 commit 98be656

File tree

8 files changed

+74
-8
lines changed

8 files changed

+74
-8
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+

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cache:
2828
env:
2929
matrix: SYMFONY_VERSION=4.0.*
3030
global:
31-
- SYMFONY_DEPRECATIONS_HELPER=0
31+
- SYMFONY_DEPRECATIONS_HELPER="0"
3232
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
3333
- KERNEL_CLASS=Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel
3434
- SYMFONY_PHPUNIT_VERSION=5.7

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Branch | Travis | Coveralls |
1212
------ | ------ | --------- |
13-
master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
13+
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
1414

1515
This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
1616
under the [MIT License](LICENSE).
@@ -56,11 +56,9 @@ Thanks to
5656
This package is available under the [MIT license](src/Resources/meta/LICENSE).
5757

5858
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
59-
[travis_legacy_link]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6059
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
61-
[travis_stable_link]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6260
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle.svg?branch=master
63-
[travis_unstable_link]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
61+
[travis_link]: https://travis-ci.org/symfony-cmf/sonata-phpcr-admin-integration-bundle
6462

6563
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/sonata-phpcr-admin-integration-bundle/badge.svg?branch=master
6664
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/sonata-phpcr-admin-integration-bundle?branch=master

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@
6565
"branch-alias": {
6666
"dev-master": "2.0-dev"
6767
}
68-
},
69-
"minimum-stability": "dev",
70-
"prefer-stable": true
68+
}
7169
}

0 commit comments

Comments
 (0)