diff --git a/.gitattributes b/.gitattributes index 8f74cf6..f6c11d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,4 @@ .gitattributes export-ignore .gitignore export-ignore .scrutinizer.yml export-ignore -CODE_OF_CONDUCT.md export-ignore -CONTRIBUTING.md export-ignore phpunit.xml.dist export-ignore diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/README.md b/README.md index 597c477..8a7824b 100644 --- a/README.md +++ b/README.md @@ -504,4 +504,4 @@ class User extends Model ## Contributing -Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details. +Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for details.