diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-06 11:23:12 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | a5db86fb97b301f138b490e74203095d893e25a4 (patch) | |
tree | 4ad31271f943d4d1e04117104afb9d2eedecc369 | |
parent | 5be610231ca1a8e3f70e4055c2c711ada3b65c9d (diff) |
Remove attempt at newlines in template info line
Github strips 'em out.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d4310f4f..137c8339 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,6 @@ name: Bug Report description: | Use this template when paramiko appears to be doing something wrong. - - -- title: "[BUG] - <title>" labels: ["Bug"] |