This project is a platform for UO bioinformatics students to practice contributing to a project on github. This is an exercise from a lecture found here
The exercise asks the students to add their own Python script that prints
"Hello world from <github username>"
They are also asked to add their name to the namelist.txt
.
The point of the exercise is to teach students how to:
- Fork a repo.
- Clone it.
- Add a feature.
- Push it to their forked repo.
- Submit a pull request.
- Address conflicts.