Difference between revisions of "GSoC Students Recommendations"

From CRIU
Jump to navigation Jump to search
m
Line 1: Line 1:
 
[[Category:GSoC]]
 
[[Category:GSoC]]
 +
 +
This page provides some insights for potential Google Summer of Code (GSoC) contributors. By following these recommendations, students can increase their chances of success in the programme and gain valuable skills and experience in open-source development.
  
 
== Contacts ==
 
== Contacts ==
Line 5: Line 7:
 
The entry points for the community is the [https://github.com/checkpoint-restore GitHub checkpoint-restore project], [https://gitter.im/save-restore/CRIU Gitter] and <code>criu@openvz.org</code> mailing list. Also, the [[Google Summer of Code Ideas|ideas]] page contains mentors' personal e-mails for each sub-project.
 
The entry points for the community is the [https://github.com/checkpoint-restore GitHub checkpoint-restore project], [https://gitter.im/save-restore/CRIU Gitter] and <code>criu@openvz.org</code> mailing list. Also, the [[Google Summer of Code Ideas|ideas]] page contains mentors' personal e-mails for each sub-project.
  
== Takeoff ==
+
== Getting Started ==
  
Starting playing with CRIU is as simple as one, two, three:
+
Starting playing with CRIU is as simple as:
  
 
# Get the sources from [https://github.com/checkpoint-restore/criu]
 
# Get the sources from [https://github.com/checkpoint-restore/criu]
Line 13: Line 15:
 
# Do your first C/R by running a simple test with <code>zdtm.py run -t zdtm/static/env00</code>
 
# Do your first C/R by running a simple test with <code>zdtm.py run -t zdtm/static/env00</code>
  
Here are links for further reading
+
The links below include some additional resources that you may find helpful to explore further.
  
 
* [[Installation]]
 
* [[Installation]]
Line 22: Line 24:
 
== Contributing ==
 
== Contributing ==
  
When a new patch is ready, it can be submitted for merging either [[How_to_submit_patches|via the CRIU mailing list]] or via GitHub PR.
+
Once a new patch is prepared, it can be submitted for merging by creating a [https://github.com/checkpoint-restore/criu/blob/criu-dev/CONTRIBUTING.md GitHub pull request].

Revision as of 05:09, 13 April 2023


This page provides some insights for potential Google Summer of Code (GSoC) contributors. By following these recommendations, students can increase their chances of success in the programme and gain valuable skills and experience in open-source development.

Contacts

The entry points for the community is the GitHub checkpoint-restore project, Gitter and criu@openvz.org mailing list. Also, the ideas page contains mentors' personal e-mails for each sub-project.

Getting Started

Starting playing with CRIU is as simple as:

  1. Get the sources from [1]
  2. Build them with make
  3. Do your first C/R by running a simple test with zdtm.py run -t zdtm/static/env00

The links below include some additional resources that you may find helpful to explore further.

Contributing

Once a new patch is prepared, it can be submitted for merging by creating a GitHub pull request.