From c6b2d9e36efee5be4c90292137f13ed7d2dc7754 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Tue, 2 Jun 2020 15:44:20 +0200 Subject: [PATCH] Add missing contribution guidelines document Change-Id: I76f33f8e553e0909b03c45b70e5023e22d25721b --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..121b204 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Airship Contributing Guidelines + +All Airship projects follow the contributing guidelines and +developement conventions described in the +[Develop Airship](https://airship-docs.readthedocs.io/en/latest/develop/index.html) +section of [Airship Docs](https://airship-docs.readthedocs.io/). + +The Airship 2.x components, primarily +[airship/airshipctl](https://opendev.org/airship/airshipctl), have +additional +[Contributing Guidelines](https://opendev.org/airship/airshipctl/src/branch/master/CONTRIBUTING.md#user-content-contributing-guidelines) +to follow. + +Please, refer to those documents if you are participating in community +project development. + +Thank you.