Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 14, 2019
1 parent 39916c3 commit bd3bbe5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.yml]
[*.{yml,yaml}]
indent_size = 2
2 changes: 1 addition & 1 deletion .gitattributes
Expand Up @@ -8,5 +8,5 @@
.styleci.yml export-ignore
.travis.yml export-ignore
CHANGELOG.md export-ignore
UPGRADE.md export-ignore
phpunit.xml.dist export-ignore
UPGRADE.md export-ignore
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -1,5 +1,5 @@
---
name: "Bug Report"
name: "Bug report"
about: 'Report a general library issue. Please ensure your version is still supported: https://laravel.com/docs/releases#support-policy'
---

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
/vendor
composer.lock
phpunit.xml
/phpunit.xml
.phpunit.result.cache

0 comments on commit bd3bbe5

Please sign in to comment.