From de265fe8ca036c2a210c0a92e93d3f2fb3291655 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 19 Feb 2019 18:30:45 +0100 Subject: Update How-to-test-a-PR.md --- docs/How-to-test-a-PR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/How-to-test-a-PR.md b/docs/How-to-test-a-PR.md index f49a951..3919f2b 100644 --- a/docs/How-to-test-a-PR.md +++ b/docs/How-to-test-a-PR.md @@ -1,3 +1,5 @@ +# How to test a PR + ## Introduction At AzerothCore we care about game quality and stability. Because of this, **we do not push changes directly to the master branch**. Instead, whenever introducing a new change, we create a new [Pull Request](https://help.github.com/articles/about-pull-requests/) (often shortened in PR). -- cgit