Important
The maintenance of this particular repo is discontinued.
You should head over to thetechcollective/dx-intro.
same same but maintained!
DX - Developer Experience. This tutorial introduces some of the features in the GitHub eco-system that will make your team go faster - in a very DevOpsy way.
Use this repo as a template
- not a fork
1
Code
>> Use this template
>> Create new repository
There's a automated GitHub Actions workflow that starts immidately when you generate your repository - it copies the template issues over to your own repo - It may take 15-20 seconds to finish - You can monitor it in the Actions
tab - of your own newly created repo.
Continue there - in your own repo. Simply work the issues.
The discussions are enabled on the template repo (your source). If you need help, if you want to suggets improvements or if you have an urge to contribute to this tutorial - simply make a statement in the discussions. Feel free to mention me; @lakruzz.
Footnotes
-
template
andfork
are two different concepts although somewhat similar; Forks clone all branches and all history, templates are complete detaced from the source it's a fresh start. ↩