summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2022-09-14 16:35:00 +0300
committerGitHub <noreply@github.com>2022-09-14 16:35:00 +0300
commit4519b4baacdbaac34aeda40df0ea809204adb78e (patch)
tree75512c3a3ec243f75e72959fd23e434deb0668e1
parent19d78782d795d0cf4ceefe655f616210c9143e62 (diff)
downloadipmitool-4519b4baacdbaac34aeda40df0ea809204adb78e.tar.gz
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md37
1 files changed, 37 insertions, 0 deletions
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
+<output here>
+```
+
+**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.