diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-06 11:25:09 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 3369b94741a8cd02fb49a455233d29940281b718 (patch) | |
tree | fafaa7b7adc2daaa0cdd6e6423122fe675adb512 | |
parent | 386df3102e5bad465f154205b978b9cbf95d560e (diff) |
Title-case blank issue type name
-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 90e98d66..717686ad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - - name: "Blank issue template" + - 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 |