codelab
codelab copied to clipboard
Make repository more open source friendly
- [x] Lock master branch to everyone (All new master branch code must come through PR)
- [x] Require tests to pass before PR merge to master (related #34)
- [x] Add CONTRIBUTING.md
- [ ] Create a quick start presentation (#31)
- [ ] Add .github/ISSUE_TEMPLATE.md
- [ ] Add .github/SAVED_REPLIES.md (Optional)

These changes will enable contributors to work together without creating many conflicts, among other things.
Locked master