Add missing contribution guidelines document

Change-Id: I76f33f8e553e0909b03c45b70e5023e22d25721b
This commit is contained in:
Roman Gorshunov 2020-06-02 15:44:20 +02:00
parent 0957c43800
commit c6b2d9e36e
1 changed files with 17 additions and 0 deletions

17
CONTRIBUTING.md Normal file
View File

@ -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.