https://github.com/zhampel/github-contributing-guide
Slides providing overview of contributing with teams to repos
https://github.com/zhampel/github-contributing-guide
github presentation slides
Last synced: about 1 year ago
JSON representation
Slides providing overview of contributing with teams to repos
- Host: GitHub
- URL: https://github.com/zhampel/github-contributing-guide
- Owner: zhampel
- License: mit
- Created: 2018-11-07T18:00:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:13:33.000Z (over 3 years ago)
- Last Synced: 2025-05-01T14:54:00.693Z (about 1 year ago)
- Topics: github, presentation, slides
- Language: Jupyter Notebook
- Homepage: https://zhampel.github.io/github-contributing-guide/#/
- Size: 4.67 MB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-contributing-guide
Slides providing overview of contributing with teams to GitHub repos.
Online slides can be found [here](https://zhampel.github.io/github-contributing-guide/#/).
## Usage
The slides for this talk can be generated via:
```bash
virtualenv -p /usr/local/bin/python3 venv
source venv/bin/activate
pip install -r requirements.txt
jupyter nbconvert github-contributing-guide-slides.ipynb --to slides --post serve --template output_toggle.tpl --SlidesExporter.reveal_transition=none --SlidesExporter.reveal_scroll=True --SlidesExporter.reveal_theme=serif
```