♥ First of all, thank you so much for being interested in contributing to our small, fun project. It is thanks to amazing people such as yourself that we can build amazing things! You seriously rock! 😊
The most difficult question of them all. LCAH has many different things we might need your help with. Here are some ideas:
- 🧠 Adding / Fixing translations
- 🧠 Adding / Fixing individual cards
- 👨💻 Implementing Features
- 💡 Suggesting new Features and/or Improvements through our Feature Request template
- 🐛 Reporting Bugs through our Bug Report template
This guide is a complete step-by-step walkthrough and might seem a little boring for experienced contributors.
💡 If you are an experienced contributor, we are using feature branches and expect you to comment under an issue you're working on before creating a PR.
- git
- (optional) your favorite git GUI
If you want a little refresher into how git works, feel free to checkout this video tutorial. Optionally, you can watch a continuation explaining how to use one of the git GUIs.
- Fork The Original Repository
- Navigate to your fork
- Clone your fork to your local machine
- Create a new branch for your changes
- Implement your changes and commit them.
- Push your changes onto your fork.
- Create a Pull Request from your fork.