composer require assoconnect/your-repo
- Update the current README replacing
your-repo
with the real name of your repo - Update the build.yml file replacing
your-repo
with the real name of your repo - Update the composer.json file replacing
your-repo
with the real name of your repo, and the PSR setting. Add also a description and some keywords - Keep the relevant
phpunit.xml.dist
file and rename it tophpunit.xml.dist
- Add the repository to the App Developers Team and make the team admin
- Create a project at SonarCloud under the AssoConnect organization with
assoconnect_your-repo
as key andyour-repo
as display name - Don't configure the SonarCloud project as the SonarCloud token is already stored at the organization level at Github
- Code must be placed in
src
- Tests must be placed in
tests
- Publish it at Packagist
- Write a relevant README
- Remove this how-to section of the README