=== Notes on finalizing the external class homework === * Create a fork of the repository [[https://github.com/ELTE-Soft/txtUML-stdlib|txtUML-stdlib]]. * [[https://help.github.com/articles/fork-a-repo/|Here is a tutorial]] on how to create forks. * Upload the sources of your external class homework into the fork (clone, commit, push). * Only the interface and the implementation class is needed, the test model must not be uploaded. * The package name should be:\\ ''hu.elte.txtuml.stdlib.'' * For example, if the original Java package name is ''java.util'', then the required package name should be ''hu.elte.txtuml.stdlib.util''. * Make sure that you have Javadoc documentation for the interface and for all its methods. These can be based on the Javadoc documentation of the original Java library and modified as needed. * Create a pull request to the repository [[https://github.com/ELTE-Soft/txtUML-stdlib|txtUML-stdlib]]. * [[https://help.github.com/articles/creating-a-pull-request-from-a-fork/|Here is a tutorial]] on how to make a pull request.