-
Notifications
You must be signed in to change notification settings - Fork 541
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
Showing
19 changed files
with
220 additions
and
128 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,34 @@ | ||
--- | ||
name: Bug Report | ||
about: Report an issue | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Description | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
## Reproducible By | ||
|
||
<!-- A step by step list on how the bug can be reproduced for examination. --> | ||
|
||
## Expected Behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
## Logs & Screenshots | ||
|
||
<!-- If applicable, add screenshots to help explain your problem, or | ||
alternatively add your console logs here. --> | ||
|
||
## Environment | ||
|
||
<!-- This is just your OS and environment information [e.g. Ubuntu 18.04 LTS, | ||
Node v14.14.0] --> | ||
|
||
### Additional context | ||
|
||
<!-- Add any other context about the problem 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,28 @@ | ||
--- | ||
name: Feature Request | ||
about: Make a suggestion on a feature or improvement for the project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## This would solve... | ||
|
||
<!-- A clear and concise description of the problem this feature request relates | ||
to, if applicable. --> | ||
|
||
## The implementation should look like... | ||
|
||
<!-- A clear and concise description of how you expect this to be resolved or | ||
implemented. --> | ||
|
||
## I have also considered... | ||
|
||
<!-- A clear and concise description of any alternative solutions or features | ||
you have considered. --> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context, screenshots or ideas 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,52 @@ | ||
<!-- | ||
Before submitting a Pull Request, please read our contribution guidelines, which | ||
can be found at CONTRIBUTING.md in the repository root. | ||
For code changes: | ||
1. Include tests for any bug fixes or new features. | ||
2. Update documentation if relevant. | ||
3. Ensure that tests and linting pass. | ||
You will also need to ensure that your contribution complies with the | ||
Developer's Certificate of Origin, outlined in CONTRIBUTING.md | ||
--> | ||
|
||
## This relates to... | ||
|
||
<!-- List the issues this resolves or relates to here (if applicable) --> | ||
|
||
## Rationale | ||
|
||
<!-- Briefly explain the purpose of this pull request, if not already | ||
justifiable with the above section. If it is, you may omit this section. --> | ||
|
||
## Changes | ||
|
||
<!-- Write a summary or list of changes here --> | ||
|
||
### Features | ||
|
||
<!-- List the new features here (if applicable), or write N/A if not --> | ||
|
||
### Bug Fixes | ||
|
||
<!-- List the fixed bugs here (if applicable), or write N/A if not --> | ||
|
||
### Breaking Changes and Deprecations | ||
|
||
<!-- List the breaking changes (changes that modify the existing API) and | ||
deprecations (removed features) here --> | ||
|
||
## Status | ||
|
||
KEY: S = Skipped, x = complete | ||
|
||
- [ ] I have read and agreed to the [Developer's Certificate of Origin][cert] | ||
- [ ] Tested | ||
- [ ] Benchmarked (**optional**) | ||
- [ ] Documented | ||
- [ ] Review ready | ||
- [ ] In review | ||
- [ ] Merge ready | ||
|
||
[cert]: https://github.com/nodejs/undici/blob/main/CONTRIBUTING.md |
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 @@ | ||
_ |
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,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run coverage |
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
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.