From 85db09e7e664e8b827e2754e289b2dc3ce41db55 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:47:37 +0200 Subject: added git learn game to CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b597de8c2..997a6c68d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,9 @@ follow [their guide](https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/m ## Creating a Pull Request -_An explanation how to use intellij and branches will follow here soon_ +If you are not very familiar with git, you might want to try this out: https://learngitbranching.js.org/. + +_An explanation how to use intellij and branches will follow here soon. Please use a prefix for the name of the PR (E.g. Feature, Fix, Backend, Change). -- cgit