-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c89a8c
commit c60a9dd
Showing
4 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: "Bug report \U0001F41B" | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: S-bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Version** | ||
List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2). | ||
|
||
**Platform** | ||
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
|
||
**Description** | ||
Enter your issue details here. | ||
One way to structure the description: | ||
|
||
[short summary of the bug] | ||
|
||
I tried this code: | ||
|
||
[code sample that causes the bug] | ||
|
||
I expected to see this happen: [explanation] | ||
|
||
Instead, this happened: [explanation] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: S-bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Version** | ||
List the version(s) of `hyper`, and any relevant hyper dependency (such as `h2` if this is related to HTTP/2). | ||
|
||
**Platform** | ||
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
|
||
**Description** | ||
Enter your issue details here. | ||
One way to structure the description: | ||
|
||
[short summary of the bug] | ||
|
||
I tried this code: | ||
|
||
[code sample that causes the bug] | ||
|
||
I expected to see this happen: [explanation] | ||
|
||
Instead, this happened: [explanation] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "Feature request \U0001F4A1" | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: S-feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: S-feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. 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. |