Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated GitHub templates, added .gitattributes
  • Loading branch information
dg committed Jan 4, 2017
1 parent 89d0123 commit 0e3a44b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
@@ -0,0 +1,6 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.travis.yml export-ignore
tests/ export-ignore
*.sh eol=lf
6 changes: 3 additions & 3 deletions .github/issue_template.md
@@ -1,6 +1,6 @@
* [x] bug
* [ ] enhancement
* version: <!-- exact release version. PHP version, OS, web server if relevant -->
- bug report? yes/no
- feature request? yes/no
- version: ?.?.? <!-- exact release version, for bug reports -->

### Description
...
Expand Down
8 changes: 4 additions & 4 deletions .github/pull_request_template.md
@@ -1,11 +1,11 @@
* [ ] bug fix <!-- #issue numbers, if any -->
* [ ] enhancement
* [ ] BC breaks
- bug fix? yes/no <!-- #issue numbers, if any -->
- new feature? yes/no
- BC break? yes/no

<!--
Describe your changes here to communicate to the maintainers why we should accept this pull request.
Please add new tests to show the fix or feature works. And update documentation is needed.
Please add new tests to show the fix or feature works.
Thanks for contributing!
-->

0 comments on commit 0e3a44b

Please sign in to comment.