Skip to content

Commit

Permalink
docs: add bug_report.md template (#160)
Browse files Browse the repository at this point in the history
* Create bug_report.md

Signed-off-by: ChinoUkaegbu <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Signed-off-by: ChinoUkaegbu <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Signed-off-by: ChinoUkaegbu <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Signed-off-by: ChinoUkaegbu <[email protected]>

---------

Signed-off-by: ChinoUkaegbu <[email protected]>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
  • Loading branch information
ChinoUkaegbu and wusyong authored Aug 17, 2024
1 parent 093dca7 commit f2e1531
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: 🐞 Bug
about: File a bug/issue
title: 'bug: <title>'
labels: bug, needs triage
assignees: ''

---

<!--
Note: Please search to see if an issue already exists for the bug you encountered.
-->

### Current Behavior:
<!-- A concise description of what you're experiencing. -->

### Expected Behavior:
<!-- A concise description of what you expected to happen. -->

### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

### Screenshots Or Videos
<!-- If applicable, add screenshots or videos to help explain your problem. -->

### Environment:
<!--
Example:
- OS: Ubuntu 20.04
- Node: 13.14.0
- npm: 7.6.3
-->

### Anything else:
<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->

0 comments on commit f2e1531

Please sign in to comment.