add readme
Introducing phosphor-misc. phosphor-misc is a repository for small
functions/scripts/systemd-units that don't really belong anywhere else.
Add a README.md that describes the project and contributing guidelines.
Change-Id: I65a469037f37cbd86c312520bbd9ecf37f90f619
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fbbca48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# phosphor-misc
+
+phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't
+really fit anywhere else.
+
+Contributing
+------------
+If you have a new function in mind to be hosted in phosphor-misc, it is usually
+a good idea to mention it on the OpenBMC mailing list before writing any code.
+There might already be an implementation of the desired function or the
+community may suggest alternatives.
+
+phosphor-misc patches are reviewed using the Gerrit instance at
+https://gerrit.openbmc-project.xyz.
+
+Please submit patches to Gerrit. More information on using Gerrit can be found
+[here](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server).
+https://github.com/openbmc/phosphor-misc is a hosting mirror only and GitHub
+pull requests are not monitored and will not be accepted.
+
+Patch checklist. Please ensure patches adhere to the following guidelines:
+
+ - follow [the seven rules of a great git commit
+ message](https://chris.beams.io/posts/git-commit/#seven-rules)
+
+For questions or help please come join us on the [mailing
+list](https://lists.ozlabs.org/listinfo/openbmc) or in
+[IRC](irc://freenode.net/openbmc).