GSOC2013PatchRequirement: Difference between revisions
Jump to navigation
Jump to search
(Created page with "As part of their Google Summer of Code 2013 applications to ns-3, we require that students produce a patch for ns-3. This will allow us to guage their ability to dive into sou...") |
No edit summary |
||
Line 3: | Line 3: | ||
A patch in this regard can be at least one of the following: | A patch in this regard can be at least one of the following: | ||
* Pick a bug in our | * Pick a bug in our [https://www.nsnam.org/bugzilla/ Bugzilla] and try to fix it. | ||
* If you already have contributed a patch for ns-3, point us to the relevant commits in our code repository. | * If you already have contributed a patch for ns-3, point us to the relevant commits in our code repository. | ||
* If not the above, complete the minimum requirement test given below. | * If not the above, complete the minimum requirement test given below. |
Revision as of 10:51, 1 March 2013
As part of their Google Summer of Code 2013 applications to ns-3, we require that students produce a patch for ns-3. This will allow us to guage their ability to dive into source code, understand it, make a modification, and proceed to build and verify if their modification works.
A patch in this regard can be at least one of the following:
- Pick a bug in our Bugzilla and try to fix it.
- If you already have contributed a patch for ns-3, point us to the relevant commits in our code repository.
- If not the above, complete the minimum requirement test given below.
Note, a patch here does not have to be merged for you to qualify. It only serves to show us how comfortable you are with diving into and hacking on a large code base. The more prowess you demonstrate through the patch, the higher your chances of being accepted.
Minimum requirement patch
TBA