-
Notifications
You must be signed in to change notification settings - Fork 82
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
f551269
commit fb343c3
Showing
2 changed files
with
33 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,20 @@ | ||
### Expected behavior | ||
_[what you expected to happen]_ | ||
|
||
### Actual behavior | ||
_[what actually happened]_ | ||
|
||
### Steps to reproduce | ||
|
||
1. ... | ||
2. ... | ||
|
||
### If possible, minimal yet complete reproducer code (or URL to code) | ||
|
||
_[anything to help us reproducing the issue]_ | ||
|
||
### SwiftNIO-Extras version/commit hash | ||
|
||
_[the SwiftNIO-extras tag/commit hash]_ | ||
|
||
### Swift & OS version (output of `swift --version && uname -a`) |
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,13 @@ | ||
_[One line description of your change]_ | ||
|
||
### Motivation: | ||
|
||
_[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_ | ||
|
||
### Modifications: | ||
|
||
_[Describe the modifications you've done.]_ | ||
|
||
### Result: | ||
|
||
_[After your change, what will change.]_ |