From 2324baaef1e7be7e2a79605adeaf3cb5da215419 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 5 Aug 2022 19:04:39 +0200 Subject: [PATCH] [MIRROR] Updates Contributing.MD to have the HackMD Git Guide [MDB IGNORE] (#15413) * Updates Contributing.MD to have the HackMD Git Guide (#68865) Hey there, The wiki is not good for very visual guides (from my personal experience), and this guide serves a much better guide to getting Git set up (as well as being up to date with all of the latest stuff). The Wiki is important, but let's arm new contributors for the best success possible. * Updates Contributing.MD to have the HackMD Git Guide Co-authored-by: san7890 --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index aea7820da3d..dfe63d1a077 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,7 +32,7 @@ First things first, we want to make it clear how you can contribute (if you've n /tg/station doesn't have a list of goals and features to add; we instead allow freedom for contributors to suggest and create their ideas for the game. That doesn't mean we aren't determined to squash bugs, which unfortunately pop up a lot due to the deep complexity of the game. Here are some useful starting guides, if you want to contribute or if you want to know what challenges you can tackle with zero knowledge about the game's code structure. -If you want to contribute the first thing you'll need to do is [set up Git](http://tgstation13.org/wiki/Setting_up_git) so you can download the source code. +If you want to contribute the first thing you'll need to do is [set up Git](https://hackmd.io/@tgstation/HJ8OdjNBc) so you can download the source code. After setting it up, optionally navigate your git commandline to the project folder and run the command: `git config blame.ignoreRevsFile .git-blame-ignore-revs`. We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources).