1# phosphor-misc 2 3phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't 4really fit anywhere else. 5 6## Contributing 7 8If you have a new function in mind to be hosted in phosphor-misc, it is usually 9a good idea to mention it on the OpenBMC mailing list before writing any code. 10There might already be an implementation of the desired function or the 11community may suggest alternatives. 12 13phosphor-misc patches are reviewed using the Gerrit instance at 14<https://gerrit.openbmc-project.xyz>. 15 16Please submit patches to Gerrit. More information on using Gerrit can be found 17[here](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server). 18<https://github.com/openbmc/phosphor-misc> is a hosting mirror only and GitHub 19pull requests are not monitored and will not be accepted. 20 21Patch checklist. Please ensure patches adhere to the following guidelines: 22 23- follow 24 [the seven rules of a great git commit message](https://chris.beams.io/posts/git-commit/#seven-rules) 25 26For questions or help please come join us on the 27[mailing list](https://lists.ozlabs.org/listinfo/openbmc) or in 28[IRC](irc://freenode.net/openbmc). 29