Skip to content

Commit ff6498f

Browse files
authored
Update issue templates (#246)
* Updated issue templates
1 parent 7e3ab17 commit ff6498f

File tree

3 files changed

+47
-18
lines changed

3 files changed

+47
-18
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
---
7+
8+
_For general questions please use the [mail group](https://groups.google.com/forum/#!forum/parallel-ssh)._
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
15+
Steps to reproduce the behavior:
16+
1. Example code that produces error.
17+
2. Stack trace or error messages.
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Actual behaviour**
23+
What actually happened.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Additional information**
29+
Include version of ``ssh2-python`` and any other relevant information.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
---
7+
8+
**Is your feature request related to a problem? Please describe.**
9+
A clear and concise description of what the problem is. Eg. I'm always frustrated when [...]
10+
11+
**Describe the solution you'd like**
12+
A clear and concise description of what you want to happen.
13+
14+
**Describe alternatives you've considered**
15+
A clear and concise description of any alternative solutions or features you've considered.
16+
17+
**Additional context**
18+
Add any other context or screenshots about the feature request here.

Diff for: .github/issue_template.md

-18
This file was deleted.

0 commit comments

Comments
 (0)