diff --git a/README.md b/README.md index fe55568..2d3ea9f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This is the repository for I320D: Open Source Software Development. +See full syllabus for the course: https://howisonlab.github.io/open_source_software_course/oss_syllabus.html + The course is a fork of a masters course called, "Peer Production". You can see the [full syllabus for Peer Production](https://jameshowison.github.io/peer_production_course/pp_syllabus.html) to get an overview. The undergraduate version, currently being developed, will be similar in many ways: diff --git a/ideas_for_next_version.md b/ideas_for_next_version.md new file mode 100644 index 0000000..a8ae329 --- /dev/null +++ b/ideas_for_next_version.md @@ -0,0 +1,7 @@ +Student project: + +Replicate a legislative drafting process in a GitHub repository. + +Could be done at federal, state, or local government level. Need to identify records of a legislative drafting process, then create a git repo on GitHub that acts as though the full drafting, discussion, amendment process was implemented using GitHub features. + +hat tip to Eva Maxfield Brown at Uwashington for this great idea!