Skip to content
Snippets Groups Projects
Verified Commit aed4bcac authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

CONTRIBUTING.md: Add project specific information


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 0bc31924
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ SPDX-License-Identifier: CC-BY-4.0
- [DCO sign-off](#dco-sign-off)
- [Overview](#overview-1)
- [Developer Certificate of Origin](#developer-certificate-of-origin)
- [`%PROJECTNAME%`-specific contributions process and guidelines](#projectname-specific-contributions-process-and-guidelines)
- [`meta-ohos`-specific contributions process and guidelines](#meta-ohos-specific-contributions-process-and-guidelines)
# Gitlab contributions
......@@ -117,6 +117,26 @@ By making a contribution to this project, I certify that:
this project or the open source license(s) involved.
```
# `%PROJECTNAME%`-specific contributions process and guidelines
# `meta-ohos`-specific contributions process and guidelines
%POPULATE ME%
The project handles contributions as merge request in the project's
[GitLab instance](https://git.ostc-eu.org/OSTC/OHOS/meta-ohos). See above for
more details.
Each contributions must adhere to the [OpenEmbedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines).
This includes (but not limited to) having a well-formatted `git log` subject.
Whenever you are in doubt of the subject line format, run `git log
./<filename>` for examples.
The general format is:
```
component: Subject line
Optional description.
Signed-off-by: Joe Developer <joe.developer@example.com>
```
Please note that by signing off the commit, you make a **legally binding
statement** that you certify as in the [DCO sign-off](#dco-sign-off) section.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment