From f2e15318090bc7ec58812e397855b6b5babd371a Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Sat, 17 Aug 2024 06:39:05 +0400 Subject: [PATCH] docs: add bug_report.md template (#160) * Create bug_report.md Signed-off-by: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Signed-off-by: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Signed-off-by: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Signed-off-by: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> --------- Signed-off-by: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..321e7a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: 🐞 Bug +about: File a bug/issue +title: 'bug: ' +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! +-->