diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-07-07 14:16:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 14:16:33 -0400 |
commit | 56f3c1625f32aa59b15a573a34ccc89134352edf (patch) | |
tree | 564ef72d0e63ecba81a5a7d00f620a6accb05cb4 /.github/ISSUE_TEMPLATE/config.yml | |
parent | 3e24032af1cafe89a55e7af01fe961816016ad71 (diff) | |
parent | 7c59a1114cda5e5b5e9ecd5fb6f4ebd9ba87bd0c (diff) |
[ADMIN] Add issue templates for support request, bug report, feature request
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..717686ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: "Blank Issue Template" + url: https://github.com/paramiko/paramiko/issues/new + about: "Use this as a last resort, if none of the other issue types fit."
\ No newline at end of file |