diff --git a/.editorconfig b/.editorconfig index dca0534c..b2621ff9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + root = true [*] diff --git a/.flintci.yml b/.flintci.yml index 8258ef2e..0de2252f 100644 --- a/.flintci.yml +++ b/.flintci.yml @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + services: composernormalize: true phpcsfixer: true diff --git a/.gitattributes b/.gitattributes index 667b29d7..14d001e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + .* export-ignore *.md export-ignore tests export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index fc2a27c6..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,52 +0,0 @@ - - - - -### Environment - -#### Sonata packages - -``` -$ composer show --latest 'sonata-project/*' -# Put the result here. -``` - -#### Symfony packages - -``` -$ composer show --latest 'symfony/*' -# Put the result here. -``` - -#### PHP version - -``` -$ php -v -# Put the result here. -``` - -## Subject - - - -## Steps to reproduce - -## Expected results - -## Actual results - - diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md deleted file mode 100644 index e363f8e5..00000000 --- a/.github/ISSUE_TEMPLATE/Question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: ⛔ NO support questions -about: If you have a question, please check out our Slack or StackOverflow! ---- - -Hi, we try to keep Github issues for bug reports and feature requests only. -If you have a question, please ask it on Stack Overflow or on #sonata on [the symfony-devs slack](https://symfony.com/slack-invite). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7876e7c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + +blank_issues_enabled: false +contact_links: + - name: StackOverflow + url: https://stackoverflow.com/questions/tagged/sonata + about: 'Questions tagged with "sonata" on StackOverflow' + - name: Slack + url: https://symfony-devs.slack.com/archives/C3GC7MKM5 + about: '#sonata channel on Symfony Devs Slack' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ee088834..0e4647bc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + on: [push, pull_request] name: Lint diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index dd4acf6e..9679ec46 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + # https://github.com/actions/stale name: "Stale" diff --git a/.php_cs.dist b/.php_cs.dist index 47f50fea..6f7ff02b 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,6 +1,6 @@ + # Sonata project contribution Thanks for your interest in Sonata projects! diff --git a/README.md b/README.md index 0a7768db..34a0cbff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + # Sonata Intl Bundle Symfony SonataIntlBundle diff --git a/docs/.doctor-rst.yaml b/docs/.doctor-rst.yaml index 29257eb9..641228cd 100644 --- a/docs/.doctor-rst.yaml +++ b/docs/.doctor-rst.yaml @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE! +# +# It's auto-generated by sonata-project/dev-kit package. + rules: blank_line_after_directive: ~ short_array_syntax: ~ diff --git a/docs/conf.py b/docs/conf.py index 66f99f3e..06259a69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- + +# DO NOT EDIT THIS FILE! # +# It's auto-generated by sonata-project/dev-kit package. + # IoC documentation build configuration file, created by # sphinx-quickstart on Fri Mar 29 01:43:00 2013. # @@ -44,7 +48,7 @@ master_doc = 'index' # General information about the project. -project = u'' +project = u'Sonata Intl Bundle' copyright = u'2010-2019, Thomas Rabaix' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/requirements.txt b/docs/requirements.txt index a86ef50a..ee596d3c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,7 @@ # DO NOT EDIT THIS FILE! # # It's auto-generated by sonata-project/dev-kit package. + Sphinx==1.8.5 git+https://github.com/fabpot/sphinx-php.git sphinx_rtd_theme diff --git a/tests/autoload.php.dist b/tests/autoload.php.dist index cbba4048..3a2b7e86 100644 --- a/tests/autoload.php.dist +++ b/tests/autoload.php.dist @@ -1,5 +1,11 @@