diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1b6c1..1995061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# christophwurst/nextcloud-rector Changelog +# nextcloud/rector Changelog All notable changes to this project will be documented in this file. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 357bcb1..b5a0068 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ code. You can find help and discussion in the following places: -* GitHub Issues: +* GitHub Issues: ## Reporting Bugs @@ -72,11 +72,11 @@ When you do begin working on your feature, here are some guidelines to consider: We will use this description to update the CHANGELOG. If there is no description, or it does not adequately describe your feature, we may ask you to update the description. -* christophwurst/nextcloud-rector follows a superset of **[PSR-12 coding standard][psr-12]**. +* nextcloud/rector follows a superset of **[PSR-12 coding standard][psr-12]**. Please ensure your code does, too. _Hint: run `composer dev:lint` to check._ * Please **write tests** for any new features you add. * Please **ensure that tests pass** before submitting your pull request. - christophwurst/nextcloud-rector automatically runs tests for pull requests. However, + nextcloud/rector 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]." @@ -169,9 +169,9 @@ composer test CaptainHook will automatically run all tests before pushing to the remote repository. -[github]: https://github.com/christophwurst/nextcloud-rector -[issues]: https://github.com/christophwurst/nextcloud-rector/issues -[pull requests]: https://github.com/christophwurst/nextcloud-rector/pulls +[github]: https://github.com/nextcloud/rector +[issues]: https://github.com/nextcloud/rector/issues +[pull requests]: https://github.com/nextcloud/rector/pulls [psr-12]: https://www.php-fig.org/psr/psr-12/ [gh-flow]: https://guides.github.com/introduction/flow/ [conventional commits]: https://www.conventionalcommits.org/ diff --git a/README.md b/README.md index cc0d50d..d7acaf3 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,9 @@ -

christophwurst/nextcloud-rector

+

nextcloud/rector

Rector upgrade rules for Nextcloud

- - - ## About