diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9f8df9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: AlexanderAmelkin + +--- + +**Describe the bug** +A clear and concise description of what the bug is. +*Please **DO NOT** report ANYTHING about 1.8.18, it is outdated. Please first check your alleged bug with the latest code from the top of the master branch here.* + +**IPMITOOL Version** + +Make sure you're reporting a bug in the latest code taken from `master` branch here, NOT a bug +that you've found in some version that you've got from your OS vendor or any source other than this repository. + +```none +$ ipmitool -V + +``` + +**To Reproduce** +Steps to reproduce the behavior: +1. Using hardware/BMC '...' +2. Run `ipmitool ...` +3. Observe the abnormal reply: + ```none + abnormal output example + ``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here.