diff --git a/.gitattributes b/.gitattributes index a1bf466..8a50823 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,11 @@ -/_docs export-ignore +* text=auto + +/.github export-ignore /tests export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.scrutinizer.yml export-ignore -/.travis.yml export-ignore -/phpunit.xml export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +CONTRIBUTING.md export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..dd9312f --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +- Media Version: #.#.# +- Laravel Version: #.#.# +- PHP Version: #.#.# + +### Description: + +### Steps To Reproduce: