From 5a3c0edbf3333cbc429f9fe87e51a58bc22228aa Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 21 Apr 2018 18:49:21 +0200 Subject: [PATCH 1/2] Add a link to the Circle CI test results --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05e90c96..97e5ecc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ If you can't share your code/replays publicly try to replicate with a smaller sc Patches ========= -Please submit patches by pull request where possible. Patches should add a test to confirm their fix and should not break previously working tests. +Please submit patches by pull request where possible. Patches should add a test to confirm their fix and should not break previously working tests. Circle CI automatically runs tests on each pull request so please check https://circleci.com/gh/ggtracker to see the results of those tests. If you are having trouble running/add/fixing tests for your patch let me know and I'll see if I can help. From cd3241d2596cd79340413bcbaa36d0a1262520a2 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 21 Apr 2018 22:23:18 +0200 Subject: [PATCH 2/2] Correct url https://circleci.com/gh/ggtracker/sc2reader --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97e5ecc4..ce923408 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ If you can't share your code/replays publicly try to replicate with a smaller sc Patches ========= -Please submit patches by pull request where possible. Patches should add a test to confirm their fix and should not break previously working tests. Circle CI automatically runs tests on each pull request so please check https://circleci.com/gh/ggtracker to see the results of those tests. +Please submit patches by pull request where possible. Patches should add a test to confirm their fix and should not break previously working tests. Circle CI automatically runs tests on each pull request so please check https://circleci.com/gh/ggtracker/sc2reader to see the results of those tests. If you are having trouble running/add/fixing tests for your patch let me know and I'll see if I can help.