Skip to content

Commit 3ceb5a2

Browse files
authored
Update CONTRIBUTING.md
Minor updates for current tooling
1 parent acddc63 commit 3ceb5a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Support
22
=========
33

4-
For real-time support, please visit #sc2reader on the FreeNode.net IRC. For all other support please use the sc2reader@googlegroups.com mailing list or open an issue in the github tracker.
4+
As of Sept 2023, the best way to get support on sc2reader is on the GitHub project page. Preferably, it would be a new discussion https://github.com/ggtracker/sc2reader/discussions but can also be submitted as n issue
55

66
Issues
77
=========
@@ -14,15 +14,15 @@ If you can't share your code/replays publicly try to replicate with a smaller sc
1414
Patches
1515
=========
1616

17-
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.
17+
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.
1818

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

2121

2222
Coding Style
2323
==============
2424

25-
We'd like our code to follow PEP8 coding style in this project.
25+
We would like our code to follow [Ruff](https://docs.astral.sh/ruff/) coding style in this project.
2626
We use [python/black](https://github.com/python/black) in order to make our lives easier.
2727
We propose you do the same within this project, otherwise you might be asked to
2828
reformat your pull requests.

0 commit comments

Comments
 (0)