medunes
medunes
add github templates for PRs and Bug-Reports
documentation here https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository
activate Dependabot to retrieve automated composer updates
add a .editorconfig that defines the code formatting (spaces, indention size etc.)
the composer dependencies are not cached in the github workflow. it can be faster if they’re cached (example: https://github.com/markuspoerschke/iCal/blob/2.x/.github/workflows/ci.yml#L26-L34)
Use a standardized changelog format: https://keepachangelog.com/en/1.0.0/ It is easier to understand for the user of the package and there are even some github worklows that can automate updating the changelog...