-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add better bug template formatting/desc
- Loading branch information
Showing
2 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,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. |