Skip to content

Commit c60a9dd

Browse files
authored
chore(github): add issue templates
1 parent 8c89a8c commit c60a9dd

File tree

4 files changed

+96
-0
lines changed

4 files changed

+96
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "Bug report \U0001F41B"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: S-bug
6+
assignees: ''
7+
8+
---
9+
10+
**Version**
11+
List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2).
12+
13+
**Platform**
14+
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
15+
16+
**Description**
17+
Enter your issue details here.
18+
One way to structure the description:
19+
20+
[short summary of the bug]
21+
22+
I tried this code:
23+
24+
[code sample that causes the bug]
25+
26+
I expected to see this happen: [explanation]
27+
28+
Instead, this happened: [explanation]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: S-bug
6+
assignees: ''
7+
8+
---
9+
10+
**Version**
11+
List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2).
12+
13+
**Platform**
14+
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
15+
16+
**Description**
17+
Enter your issue details here.
18+
One way to structure the description:
19+
20+
[short summary of the bug]
21+
22+
I tried this code:
23+
24+
[code sample that causes the bug]
25+
26+
I expected to see this happen: [explanation]
27+
28+
Instead, this happened: [explanation]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "Feature request \U0001F4A1"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: S-feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: S-feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)