diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-06 11:24:40 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 386df3102e5bad465f154205b978b9cbf95d560e (patch) | |
tree | 7ac3db9e99896655130b45b8ac4bab74b39d071a | |
parent | a5db86fb97b301f138b490e74203095d893e25a4 (diff) |
Fix blank issue description
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 48cce69e..90e98d66 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ 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 + about: "Use this as a last resort, if none of the other issue types fit."
\ No newline at end of file |