Skip to content
Thomas edited this page Sep 6, 2020 · 13 revisions

Contribution

Feel free to help me with my project. Either by creating new issues to provide new ideas or feature requests, or in form of code contribution.

Issues

Feature / Idea / Improvement

You have a nice idea for a new feature or you think about a way to improve an existing feature? Cool! 👍 Please use the Feature request Template.

Bug 🦗

You found an unexpected behavior? Please tell use how to reproduce it. Please use the Bug Report Template

Code Contribution

You are interested in solving an issue?

  1. Create a new brach. ℹ Important: Use the issue id as prefix in the branch name (e.g. #27-adapt-player-movement).
  2. Create a pull request, which is linked to your issue.

Getting Started, Run the Project

You want to start with coding? Consider the following steps:

  1. Download & install Unity for Personal Use
  2. Configure your Unity settings for proper Git usage: Read this guide.
  3. Install Visual Studio Code. Follow this guide
  4. Install and configure Git on your local machine
  5. (optional) Install GitHub Desktop as a GUI for Git
Clone this wiki locally