diff --git a/.gitattributes b/.gitattributes index 3edeb7c2..040cc07f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .* export-ignore *.md export-ignore Tests/* export-ignore +Resources/doc/* export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ef5bfcf1..821219ae 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,12 +14,14 @@ ``` $ composer show --latest 'sonata-project/*' +# Put the result here. ``` #### Symfony packages ``` $ composer show --latest 'symfony/*' +# Put the result here. ``` #### PHP version diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 57fb782b..a885737e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,8 +9,6 @@ --> I am targeting this branch, because {reason}. -In case of bug fix, `3.x` **MUST** be targeted. -