diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f7895fe --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ulises-jeremias diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..7418214 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +This project follows the [Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..2b835b7 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [ulises-jeremias] diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e215c7b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported versions + +Security fixes are applied to the latest release of `create-awesome-python-app`. + +## Reporting a vulnerability + +Please open a private security advisory on GitHub or email the maintainers. +Do not open a public issue for undisclosed vulnerabilities. + +OSV scanning runs via `.github/workflows/osv-scanner.yml`.