Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the link should be https://circleci.com/gh/ggtracker/sc2reader , not https://circleci.com/gh/ggtracker . I actually can't access the latter link


If you are having trouble running/add/fixing tests for your patch let me know and I'll see if I can help.