Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.3 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 2.3 KB

Contributing to Libre Cards Against Humanity

♥ 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! 😊

What can I contribute?

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

How can I contribute a change?

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.

Requirements

Getting the source

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.

  1. Fork The Original Repository
  2. Navigate to your fork
  3. Clone your fork to your local machine
  4. Create a new branch for your changes
  5. Implement your changes and commit them.
  6. Push your changes onto your fork.
  7. Create a Pull Request from your fork.