Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 2.18 KB

README.md

File metadata and controls

26 lines (15 loc) · 2.18 KB

Important

The maintenance of this particular repo is discontinued.
You should head over to thetechcollective/dx-intro.
same same but maintained!

DX (Developer Experience) intro

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.

👉 Create a copy of this repo 👈

Use this repo as a template - not a fork1

Code >> Use this template >> Create new repository

👉 Work those issues 👈

image 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.

👉 If you need help 👈

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

  1. template and fork 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.