File: CONTRIBUTING.md

package info (click to toggle)
ipmctl 02.00.00.3852%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 54,512 kB
  • sloc: ansic: 618,625; asm: 12,841; cpp: 110; python: 81; sh: 49; makefile: 22
file content (33 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributing to ipmctl

Thank you for your interest in ipmctl!

Please follow the guidelines below when submitting bugs or pull requests.

We will do our best to respond in a timely manner.

## Bug reports
When filing issues please:

1. Specify the ipmctl version, OS, kernel version, FW version, BIOS version etc.
2. Attach support data
  - 'ipmctl dump -destination support.txt -support'
3. Attach a debug log reproducing the issue
  - Enable max debug log verbosity via 'ipmctl set -preferences DBG_LOG_LEVEL=4'
  - Run the command
  - Attach the debug log located in /var/log/ipmctl/debug.log (or possibly in
    the directory you executed ipmctl if you compiled ipmctl)

## Pull requests
Pull requests fixing bugs and making small improvements are much appreciated.
For larger changes, please file an issue to discuss making larger enhancements.

When submitting a pull request:

1. Rebase to the testing branch
2. Sign off on the commit

Accepted pull requests will not be directly merged via GitHub. They will be
be merged internally for further review before being pushed to the testing
branch. Commits may be subject to minor changes. After a validation cycle, it
will merged into master under a tagged release.