From 5ec17a9d1dabe092a4209c8ecf6501830426ff6b Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 2 Sep 2018 01:11:03 +0300 Subject: [PATCH] add more --- CONTRIBUTING.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 731c1877..d98ef6f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,17 @@ for general guidelines for contributing to open source. # Contribution constraints -- The [Travis-CI build](https://travis-ci.org/shlomif/PySolFC) and [AppVeyor build](https://ci.appveyor.com/project/shlomif/pysolfc) should pass on each commit. +- The [Travis-CI build](https://travis-ci.org/shlomif/PySolFC) and [AppVeyor build](https://ci.appveyor.com/project/shlomif/pysolfc) (which also run the test suite) should pass on each commit. - Your contributions should be under [GPLv3+](https://en.wikipedia.org/wiki/GNU_General_Public_License#Version_3) or a [compatible free software licence](https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses), but please don't put them under the [AGPL](https://en.wikipedia.org/wiki/Affero_General_Public_License), which adds additional restrictions. - The code should be compatible with both Python 2.7.x and Python 3.4.x-and-above. + +# How you can contribute + +- Translate PySol to a human language you know. +- Try to reproduce [open issues](https://github.com/shlomif/PySolFC/issues) +- Try to fix bugs. +- Add new games. +- Improve the documentation / online help +- Refactor the code. +- Add new features. +- Contribute graphics