diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-06 11:19:46 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 5be610231ca1a8e3f70e4055c2c711ada3b65c9d (patch) | |
tree | e2277cf505f9166dc2cc2b65c5b48e47f098788f | |
parent | 4c77d4055a432680c3b79c12be9327a8056fc7e2 (diff) |
Revisions per bitprophet input
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 51f5573f..d4310f4f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,10 +1,17 @@ name: Bug Report -description: > - For when you're confident that paramiko is doing something wrong +description: | + Use this template when paramiko appears to be doing something wrong. + + -- title: "[BUG] - <title>" labels: ["Bug"] body: + - type: markdown + attributes: + value: | + Thanks for taking the time to file a bug report! + - type: dropdown id: usage_posture attributes: @@ -20,7 +27,7 @@ body: - type: dropdown id: features attributes: - label: What features aren't working right? + label: What feature(s) aren't working right? description: Select as many as are relevant multiple: true options: @@ -65,11 +72,20 @@ body: required: true - type: input - id: hardware_info + id: server_info attributes: - label: What SSH hardware are you trying to connect to/with? + label: If you're connecting as a client, which SSH server are you connecting to? description: | Leave this blank if you're not sure. + placeholder: | + Example: OpenSSH x.y; or Teleport vNN + + - type: input + id: integrated_tool + attributes: + label: If you're using paramiko as part of another tool, which tool/version? + placeholder: | + Examples: Fabric, Ansible, sftputil - type: textarea id: desired_behavior |