forked from encode/uvicorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue-encode#806
- Loading branch information
Showing
71 changed files
with
3,388 additions
and
1,540 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,68 @@ | ||
name: Issue | ||
description: Report a bug or unexpected behavior. 🙏 | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for contributing to Uvicorn! ✊ | ||
|
||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Initial Checks | ||
description: Just making sure you open a discussion first. 🙏 | ||
options: | ||
- label: I confirm this was discussed, and the maintainers suggest I open an issue. | ||
required: true | ||
- label: I'm aware that if I created this issue without a discussion, it may be closed without a response. | ||
required: true | ||
|
||
- type: textarea | ||
id: discussion | ||
attributes: | ||
label: Discussion Link | ||
description: | | ||
Please link to the discussion that led to this issue. | ||
If you haven't discussed this issue yet, please do so before opening an issue. | ||
render: Text | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Please explain what you're seeing and what you would expect to see. | ||
Please provide as much detail as possible to make understanding and solving your problem as quick as possible. 🙏 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example | ||
attributes: | ||
label: Example Code | ||
description: > | ||
If applicable, please add a self-contained, | ||
[minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
demonstrating the bug. | ||
render: Python | ||
|
||
- type: textarea | ||
id: version | ||
attributes: | ||
label: Python, Uvicorn & OS Version | ||
description: | | ||
Which version of Python & Uvicorn are you using, and which Operating System? | ||
Please run the following command and copy the output below: | ||
```bash | ||
python -m uvicorn --version | ||
``` | ||
render: Text | ||
validations: | ||
required: true |
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,12 @@ | ||
<!-- Thanks for contributing to Uvicorn! 💚 | ||
Given this is a project maintained by volunteers, please read this template to not waste your time, or ours! 😁 --> | ||
|
||
# Summary | ||
|
||
<!-- Write a small summary about what is happening here. --> | ||
|
||
# Checklist | ||
|
||
- [ ] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) | ||
- [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. | ||
- [ ] I've updated the documentation accordingly. |
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
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
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
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
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
Oops, something went wrong.