jenstroeger / python-package-template

An opinionated Python package/application template repository, with SLSA and SBOM support built in, enabled for security scanners, code linters, typing, testing and code coverage monitoring, and release automation for reproducible builds.
MIT License
34 stars 11 forks source link

Add missing community files. #13

Open jenstroeger opened 3 years ago

jenstroeger commented 3 years ago

Based on the community profile a few files are missing:

Consider adding those files, and perhaps go browsing through the Customizing your repository sections to find more useful settings.

jenstroeger commented 3 years ago

It would also make sense to review the Security tab and consider enabling various services. If not for this repo, but at least document them in the README for users who build packages based on this repo.

jenstroeger commented 1 year ago

See also issue https://github.com/jenstroeger/python-package-template/issues/510 to add the new CODEOWNERS file.

jenstroeger commented 1 year ago

For issue template, see also awesome-github-templates.