Skip to content

Commit 832ae1f

Browse files
committed
Jargon and set up the online activity.
1 parent 405addd commit 832ae1f

1 file changed

Lines changed: 39 additions & 2 deletions

File tree

slides.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ _footer: Image: [Faces Of Open Source](https://www.facesofopensource.com) / Pete
186186

187187
# 2. Parallel universes
188188

189-
## (`git branch`, `git worktree`, and _looking_ at branchs)
189+
## (`git branch`, `git worktree`, and _looking_ at branches)
190190

191191
---
192192

@@ -227,6 +227,43 @@ You almost always should be using that.
227227

228228
---
229229

230+
# Jargon
231+
232+
- Repo: A Git repository. "GitHub repo" == Git repository on GitHub.
233+
- Org: GitHub organisation.
234+
- Fork: A copy of a repository in your own GitHub account or organisation.
235+
Also a verb:
236+
237+
> _we've forked that repo into our org_
238+
239+
- PR: Pull request.
240+
- MR: Merge request (GitLab).
241+
- CI: Continuous integration (automated tests that run on each PR).
242+
243+
> _The CI is broken!_ _Please fix the CI for this_
244+
245+
---
246+
247+
# Activity: add yourself to the CCMI CDT website
248+
249+
- Your CDT has a [website](https://ccmi-cdt.org/).
250+
- The source code that builds the website is in a [Git source code repository](https://github.com/CCMI-CDT/ccmi-cdt.org).
251+
252+
---
253+
254+
# Sam and Matt's tips for collaborating on GitHub
255+
256+
- Read the CONTRIBUTING guidelines
257+
- Or chat with collaborators and agree on some (can change them later).
258+
- Open draft pull requests early.
259+
- If in doubt, get feedback and ask for help.
260+
- When you're pull request is ready:
261+
- Make sure the descriptions are clear and you've linked any issues.
262+
- Make sure tests and linters pass.
263+
- **Review it yourself**.
264+
- (Maybe contentious) Ask `@Copilot` to review it.
265+
- Then mark it as ready for review and request reviews from humans.
266+
230267
---
231268

232269
# 5. Choosing a license
@@ -251,7 +288,7 @@ You almost always should be using that.
251288

252289
---
253290

254-
# Sam and Matt's advice for choosing a license
291+
# Sam and Matt's tips for choosing a license
255292

256293
## [Browse choosealicense.com](https://choosealicense.com/)
257294

0 commit comments

Comments
 (0)