Skip to content

Commit

Permalink
add better bug template formatting/desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Dec 7, 2022
1 parent ef51d00 commit 9df8511
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/🐛-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "\U0001F41B Bug report"
about: "Create a report to help us improve published features that are broken. \U0001F494"
title: "[BUG] \U0001F41B ..."
labels: bug
assignees: ''

---

## Describe the bug
A clear and concise description of what the bug is.
Example: onboardme throws an error when installing apt packages on Debian.

### Local Environment (please complete the following information):**
- OS: [e.g. Debian Bookworm (you can get this with `cat /etc/os-release` on Debian)]
- onboardme Version [e.g. v0.15.9] (You can get this info with `onboardme --version`)

## Steps To Reproduce
Please paste or attach the debug log for the command that is causing issue like this:

`onboardme --log_level debug --log_file issue.log`

(The above will generate an `issue.log` (in your current directory) that you can attach, or cat out to paste here)

### Screenshots
If applicable, add screenshots to help explain your problem.

### Expected behavior
A clear and concise description of what you expected to happen.

0 comments on commit 9df8511

Please sign in to comment.