Difference between revisions of "DPS909 & OSD600 Fall 2018"

From CDOT Wiki
Jump to: navigation, search
(Week 3)
(Week 3)
Line 129: Line 129:
 
** [https://www.youtube.com/watch?v=e41HPOHX9aE On your computer, fix any problems pointed out by your reviewer(s), add the file(s), commit, and push again to update your pull request]
 
** [https://www.youtube.com/watch?v=e41HPOHX9aE On your computer, fix any problems pointed out by your reviewer(s), add the file(s), commit, and push again to update your pull request]
  
* Real world example: Filing, Fixing a bug in Filer
+
* Real world examples:
 +
** Filing, Fixing a bug in Filer
 +
** Adding a new Feature, Tests, and Docs to Filer - support node's new [https://github.com/nodejs/node/pull/21875 recursive fs.mkdir] in Filer
  
 
* [[DPS909/OSD600 Fall 2018 Lab 2|Lab 2]]
 
* [[DPS909/OSD600 Fall 2018 Lab 2|Lab 2]]

Revision as of 15:49, 18 September 2018

Week 1

  • Course introduction

Week 2

  • Licenses
    • Rights, privileges, responsibilities, etc. applicable to someone other than the work's creator
    • "Terms and Conditions"
    • These must be granted by a copyright holder

Week 3

  • Consider Speaking and/or Attending the Free Software and Open Source Symposium (FSOSS).
  • Real world examples:
    • Filing, Fixing a bug in Filer
    • Adding a new Feature, Tests, and Docs to Filer - support node's new recursive fs.mkdir in Filer