From 480a807c5c7ae2c99dba22710575caa6cc6eb481 Mon Sep 17 00:00:00 2001 From: Panos Date: Tue, 8 Dec 2020 14:39:00 +0000 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..85ad6298 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Example code that produces error. +2. Stack trace or error messages. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Actual behaviour** +What actually happened. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional information** +Include version of ``ssh2-python`` and any other relevant information. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..9fa58c2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Eg. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 1e26d47f456396dc1623d7ba2b1dc3d50d21bc1c Mon Sep 17 00:00:00 2001 From: Panos Date: Wed, 9 Dec 2020 22:15:36 +0000 Subject: [PATCH 2/3] Updated templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 -- .github/issue_template.md | 18 ------------------ 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85ad6298..14ffc808 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,16 +1,17 @@ +_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ + --- name: Bug report about: Create a report to help us improve title: '' labels: '' -assignees: '' - --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: 1. Example code that produces error. 2. Stack trace or error messages. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9fa58c2b..50838102 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,8 +3,6 @@ name: Feature request about: Suggest an idea for this project title: '' labels: '' -assignees: '' - --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index fae38a32..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,18 +0,0 @@ -### Directions - -_Issue tracker is for actionable bug reports, issues with the code and feature requests._ -_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ -_Remove this section and everything on and above this line._ - -### Bug reports - -__Steps to reproduce:__ - -1. Example code that produces error. -2. Stack trace or error messages. - -__Expected behaviour:__ [What was expected to happen.] - -__Actual behaviour:__ [What actually happened.] - -__Additional info:__ [Include version of ``ssh2-python`` and/or ``paramiko`` and any other relevant information.] From 500cbb961504c0e458354650a1284e92022c1051 Mon Sep 17 00:00:00 2001 From: Panos Date: Wed, 9 Dec 2020 22:17:23 +0000 Subject: [PATCH 3/3] Updated templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 14ffc808..c31045cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,3 @@ -_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ - --- name: Bug report about: Create a report to help us improve @@ -7,6 +5,8 @@ title: '' labels: '' --- +_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._ + **Describe the bug** A clear and concise description of what the bug is.