diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8771a6..bdec4d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Contributions are welcome. This project accepts pull requests on [GitHub][]. +Contributions are welcome. This project accepts pull requests on [GitLab][]. This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating in this project and its community, you are expected to uphold this @@ -10,7 +10,7 @@ code. You can find help and discussion in the following places: -* GitHub Issues: +* GitLab Issues: ## Reporting Bugs @@ -79,7 +79,7 @@ When you do begin working on your feature, here are some guidelines to consider: danjones000/object-spy automatically runs tests for pull requests. However, running the tests locally will help save time. _Hint: run `composer test`._ * **Use topic/feature branches.** Please do not ask to pull from your main branch. - * For more information, see "[Understanding the GitHub flow][gh-flow]." + * For more information, see "[Introducing GitFlow][git-flow]." * **Submit one feature per pull request.** If you have multiple features you wish to submit, please break them into separate pull requests. * **Write good commit messages.** This project follows the @@ -169,9 +169,9 @@ composer test CaptainHook will automatically run all tests before pushing to the remote repository. -[github]: https://github.com/danjones000/object-spy -[issues]: https://github.com/danjones000/object-spy/issues -[pull requests]: https://github.com/danjones000/object-spy/pulls +[gitlab]: https://gitlab.com/danjones000/object-spy +[issues]: https://gitlab.com/danjones000/object-spy/issues +[pull requests]: https://gitlab.com/danjones000/object-spy/merge_requests [psr-12]: https://www.php-fig.org/psr/psr-12/ -[gh-flow]: https://guides.github.com/introduction/flow/ +[git-flow]: https://datasift.github.io/gitflow/IntroducingGitFlow.html [conventional commits]: https://www.conventionalcommits.org/ diff --git a/README.md b/README.md index fb81588..0511278 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

danjones000/object-spy

+

Object Spy

Debugging library used to spy on objects' private values/methods @@ -10,13 +10,12 @@ TODO: Make sure the following URLs are correct and working for your project. overview of your package.

- Source Code Download Package PHP Programming Language - Read License + Read License Build Status Codecov Code Coverage - Psalm Type Coverage + Psalm Type Coverage

--> @@ -75,5 +74,3 @@ Contributions are welcome! To contribute, please familiarize yourself with The danjones000/object-spy library is copyright © [Dan Jones](https://danielrayjones.com/) and licensed for use under the terms of the MIT License (MIT). Please see [LICENSE](LICENSE) for more information. - - diff --git a/captainhook.json b/captainhook.json index 3068ac8..d9f34da 100644 --- a/captainhook.json +++ b/captainhook.json @@ -6,12 +6,8 @@ "verbosity": "normal" }, "commit-msg": { - "enabled": true, - "actions": [ - { - "action": "\\Ramsey\\CaptainHook\\ValidateConventionalCommit" - } - ] + "enabled": false, + "actions": [] }, "pre-push": { "enabled": true,