Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Jul 23, 2024
1 parent c47b03a commit ef3fac3
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 -->

0 comments on commit ef3fac3

Please sign in to comment.