mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
This way users would be able to create more meaningfull pull-requests and issues. And we would not need to ask them to provide basic information each time. Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
18 lines
797 B
Markdown
18 lines
797 B
Markdown
<!--
|
|
Please make sure you've read and understood our contributing guidelines:
|
|
https://github.com/checkpoint-restore/criu/blob/criu-dev/CONTRIBUTING.md
|
|
|
|
In short you need to:
|
|
|
|
- Describe What you do and How you do it;
|
|
- Separate each logical change into a separate commit;
|
|
- Add a "Signed-off-by:" line identifying that you certify your work with DCO;
|
|
- If you fix some specific bug or commit, please add "Fixes: ..." line;
|
|
- Review fixes should be made by amending the original commits. For example:
|
|
a) fix the code (e.g. this fixes commit with hash aaa1111)
|
|
b) git commit -a --fixup aaa1111
|
|
c) git rebase --interactive --autosquash aaa1111^
|
|
- Pull request integration tests should generally be passing;
|
|
- If you change something non-obvious, please consider adding a ZDTM test for it;
|
|
|
|
-->
|