From 72492c645969296f9342a4155c4e3129f545773c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 28 Jul 2017 00:14:25 -0400 Subject: [PATCH] Add CONTRIBUTING file CONTRIBUTING files are useful to notify potential developers of how to contribute to our project. Especially if they found it via the GitHub mirror. Change-Id: I707332e1b6d5135fb100481645136bbbbe8c37db Signed-off-by: Thanh Ha --- CONTRIBUTING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..84582c5d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,24 @@ +# Contributing to lftools + +Thank you for your interest in the LF Tools project. This is a project repo +for one of the Linux Foundation Release Engineering team's tools projects. + +## How to contribute + +Contributions to this project are welcome. This project uses [Gerrit][1] as our +code review system. Please submit patch contributions there. You can +use [git-review][2] to submit patches to this project. You will need to first +get a [LFID][3] account before you can begin submitting patches. + +## Reporting a Bug + +Please report Feature requests and Bugs to our [Jira][4] system under the +RELENG project. + +[1]: https://gerrit.linuxfoundation.org/infra/#/admin/projects/releng/lftools + +[2]: https://docs.openstack.org/infra/git-review/ + +[3]: https://identity.linuxfoundation.org/ + +[4]: https://jira.linuxfoundation.org/projects/RELENG -- 2.16.6