Update contribute.rst

This commit is contained in:
Rraghuveer 2018-03-09 16:57:00 -08:00 committed by GitHub
parent d9804d81d2
commit 5a5fba5c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,8 @@ workflow here:
By force pushing your update, your original pull request will be updated with By force pushing your update, your original pull request will be updated with
your changes so you wont need to resubmit the pull request. your changes so you wont need to resubmit the pull request.
You can follow the same workflow for contributing to acrn-devicemodel.
Commit Guidelines Commit Guidelines
@ -321,7 +323,7 @@ Changes are submitted as Git commits. Each commit message must contain:
* A short and descriptive subject line that is less than 72 characters, * A short and descriptive subject line that is less than 72 characters,
followed by a blank line. The subject line must include a prefix that followed by a blank line. The subject line must include a prefix that
identifies the subsystem being changed, followed by a colon, and a short identifies the subsystem being changed, followed by a colon, and a short
title, for example: ``doc: update commit guidelines instructions``. title, for example: ``doc: upda te commit guidelines instructions``.
(If you're updating an existing file, you can use (If you're updating an existing file, you can use
``git log <filename>`` to see what developers used as the prefix for ``git log <filename>`` to see what developers used as the prefix for
previous patches of this file.) previous patches of this file.)