Skip to content

Commit

Permalink
A bit of housekeeping/tidying up.
Browse files Browse the repository at this point in the history
There are loose ends wrt tests and documentation, but with no time to
sort them out. Please accept this tool "as-is" - it may be useful,
will not destroy your data, is small so easy to fix.
  • Loading branch information
judgej committed Dec 3, 2020
1 parent 6c1181e commit 448ba93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .semver

This file was deleted.

8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributions are **welcome** and will be fully **credited**.

We accept contributions via pull requests via
[Github](https://github.com/cviebrock/eloquent-taggable).
[Github](https://github.com/consilience/laravel-storage-ls).

1. Fork the project.
2. Create your bugfix/feature branch and write your (well-commented) code.
Expand All @@ -20,7 +20,7 @@ We accept contributions via pull requests via
- **Use the [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).**
The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).

- **Add tests!** Your pull request won't be accepted if it doesn't have tests.
- **Add tests!** Your pull request may not be accepted if it doesn't have tests.

- **Document any change in behaviour.** Make sure the `README.md` and any other relevant
documentation are kept up-to-date.
Expand All @@ -37,8 +37,4 @@ We accept contributions via pull requests via
[squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages)
before submitting.

- Don't worry about updating `CHANGELOG.md` or `.semver`. The package administrator
will handle updating those when new releases are created.


**Thank you!**
File renamed without changes.

0 comments on commit 448ba93

Please sign in to comment.