online multiplayer chess game (note server currently down)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..79689bf --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# How to contribute + +## Prerequisites + +- Understanding of [pull requests](https://help.github.com/articles/using-pull-requests) and [issues](https://guides.github.com/features/issues/). +- A basic understanding of godot, and `GDScript`. + +--- + +## Installation + +- [Fork this repository](https://github.com/bend-n/chess/fork) +- Clone your fork (`git clone https://github.com/<me>/chess`) +- Run `install_addons.sh` |