diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-11 12:47:37 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-11 12:47:37 +0200 |
commit | 85db09e7e664e8b827e2754e289b2dc3ce41db55 (patch) | |
tree | 423480cf790ff3f0f3e8548a61de17969678fff7 | |
parent | 8ccfdc9b7d22352c23d4bff5ee240fa71e302262 (diff) | |
download | skyhanni-85db09e7e664e8b827e2754e289b2dc3ce41db55.tar.gz skyhanni-85db09e7e664e8b827e2754e289b2dc3ce41db55.tar.bz2 skyhanni-85db09e7e664e8b827e2754e289b2dc3ce41db55.zip |
added git learn game to CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
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). |