Scroll down for Contribution Guidelines.
Prerequisites:
- Download and Install Git Bash
Read the official github guide on contributions here
Tl;dr
- Fork the repository
- Clone the repository locally:
git clone "url from your forked repo"
- Create a new branch:
git switch -c your-new-branch
- Make changes
- Push Changes:
git push -u origin your-branch-name
- Open pull request from github website
Additional
- Keep your forked repository up to date: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
This project will use Github Issues for feature requests, asking for help, reporting issues, etc. Please add the appropriate labels when creating a new issue, and be as descriptive as possible.
(More guidelines and info will be added here in the future)
Check out these features that can be worked on, while the main ideas of the game are being defined