Probably a good idea to move most (all?) of them into the `.github` repo ([we have there one already](https://github.com/playframework/.github/blob/main/CONTRIBUTING.md)): * https://github.com/playframework/anorm/blob/main/CONTRIBUTING.md * https://github.com/playframework/playframework/blob/main/CONTRIBUTING.md * https://github.com/playframework/play-mailer/blob/main/CONTRIBUTING.md * https://github.com/playframework/play-slick/blob/main/CONTRIBUTING.md * https://github.com/playframework/twirl/blob/main/CONTRIBUTING.md Same with the issue an pull request templates: * https://github.com/playframework/play-json/tree/main/.github/ * https://github.com/playframework/anorm/tree/main/.github/ * https://github.com/playframework/playframework/tree/main/.github/ * https://github.com/playframework/play-meta/tree/main/.github/ * https://github.com/playframework/play-ws/tree/main/.github/ For issues I think we should just use a `ISSUE_TEMPLATE` folder, we can influence sorting by numbering the files, e.g. [see here](https://github.com/tensorflow/tensorflow/tree/f3fd82f65724cdba600fdd23d251c2b01152ed3c/.github/ISSUE_TEMPLATE). More information: * https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file * https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors * https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates
Probably a good idea to move most (all?) of them into the
.githubrepo (we have there one already):Same with the issue an pull request templates:
For issues I think we should just use a
ISSUE_TEMPLATEfolder, we can influence sorting by numbering the files, e.g. see here.More information: