-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add copyright and license template into tp-libvirt_review_comment_sum…
…mary.rst This is one good practice when contributing to upstream Signed-off-by: chunfuwen <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,21 @@ Coding | |
|
||
- focus on the problem to be solved now, not speculated one that might need to be solved in the future; the future problem should be solved once it arrives and you can see its actual shape and requirements in the physical universe | ||
|
||
- copyright and license template when submitting new python file | ||
|
||
- For newly submitted PR, if there is new python file created from this PR, please add below information at the beginning of python file: | ||
# | ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
# | ||
# Copyright xx(company name) | ||
# | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
# Author: xx<[email protected]> (name + email addres) | ||
# | ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
||
====================================================================== | ||
Enhancement (best practice): | ||
====================================================================== | ||
|