diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 640f425..e8b0566 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,7 @@ contact_links: about: If you can't get something to work the way you expect, open a question in our discussion forums. - name: Feature Request url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=ideas - about: 'Suggest any ideas you have using our discussion forums.' + about: "Suggest any ideas you have using our discussion forums." + - name: Report a security issue + url: https://github.com/stefanzweifel/git-auto-commit-action/security/policy + about: Learn how to notify us for sensitive bugs diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..ec06066 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +If you discover any security related issues, please email stefan@stefanzweifel.dev instead of using the issue tracker.