-
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.
- Loading branch information
Showing
1 changed file
with
73 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,73 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
--- | ||
name: Bug report | ||
about: Create a bug report to help us improve | ||
title: "" | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
<!-- | ||
Thank you for reporting an issue. | ||
Please fill in as much of the template below as you're able. Feel free to delete any section you don't think applies, but be aware that the more comprehensive your description, the easier it is to take it into account. | ||
--> | ||
|
||
### Search terms you've used | ||
|
||
<!-- What search terms have you used to check whether this bug was already reported? --> | ||
|
||
### Bug description | ||
|
||
<!-- A short description of what the problem is. --> | ||
|
||
### To Reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
**Minimal reproduction** | ||
|
||
<!-- | ||
Adding a minimal reproduction of the bug makes it as easy as possible to get it fixed. | ||
To do so, fork the following CodeSandbox, insert the minimal code that demonstrates the problem, | ||
and share the resulting link here: | ||
https://codesandbox.io/s/github/inrupt/solid-client-js/tree/main/.codesandbox/sandbox | ||
--> | ||
|
||
### Expected result | ||
|
||
<!-- A clear and concise description of what you expected to happen --> | ||
|
||
### Actual result | ||
|
||
<!-- A description of what actually happened --> | ||
|
||
### Environment | ||
|
||
<!-- | ||
Please run | ||
npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers | ||
in your project folder and paste the output here: | ||
--> | ||
|
||
``` | ||
$ npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers | ||
``` | ||
|
||
## Additional information | ||
|
||
<!-- Add any other relevant information that might be useful to understand and find a solution to the problem --> |