Skip to content

Commit d3a0ccb

Browse files
author
Márk Sági-Kazár
committed
Improve package
1 parent cb20aa6 commit d3a0ccb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/.editorconfig export-ignore
2-
/.gitattributes export-ignore
1+
.editorconfig export-ignore
2+
.gitattributes export-ignore
33
/.github/ export-ignore
4-
/.gitignore export-ignore
4+
.gitignore export-ignore
55
/.php_cs export-ignore
66
/.scrutinizer.yml export-ignore
77
/.styleci.yml export-ignore

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ $foo->doSomething();
3131
```
3232

3333

34-
#### BC Breaks/Deprecations
34+
#### Checklist
3535

36-
Describe BC breaks/deprecations here. (remove this section if not needed)
36+
- [ ] Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
3737

3838

3939
#### To Do
4040

41-
- [ ] Add tests
41+
- [ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Quality Score](https://img.shields.io/scrutinizer/g/webplates/package.svg?style=flat-square)](https://scrutinizer-ci.com/g/webplates/package)
88
[![Total Downloads](https://img.shields.io/packagist/dt/webplates/package.svg?style=flat-square)](https://packagist.org/packages/webplates/package)
99

10-
**Webplates pacakge.**
10+
**Webplates package.**
1111

1212

1313
## Install

0 commit comments

Comments
 (0)