diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-05 10:29:44 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 41022dcd4201e1444021df69613716e9b0db7730 (patch) | |
tree | 6523fdd61d0c19b848c875adcdc964b5054f62cf /.github/ISSUE_TEMPLATE/config.yml | |
parent | 3e24032af1cafe89a55e7af01fe961816016ad71 (diff) |
Add general issue and start of bug_report.yml
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..48cce69e --- /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: "A last resort, if none of the other issue types fits"
\ No newline at end of file |