/sirex-template-game-jams

Legacy unity template project

Primary LanguageC#OtherNOASSERTION

Sirex unity template

This template is the place where we are storing, updating and creating and all the tools and the content that we are using for creating games in our team.

Repository admins

@Vo1z

Documents

Documentation

Coding convensions

Contribution guideline

Issues: In case you have discovered some bug, found a cool plugin, or even came up with some feature and you want to see that in the template project.

  1. Submit an issue on our repository page WITHOUT PLACING LABELS AND ASSIGNING THIS TASK TO A MEMBER
  2. Wait until one of the repository admins will approve this issue by placing corresponding commentary and labels

Content contribution: If you are feeling like you can implement some problem from issues list.

  1. Select the corresponding issue with what you want to work
  2. Leave a comment under this issue notifying that you are willing to work with this problem tagging one of the repository admins with "@" symbol
  3. Wait until the repository admin will provide an answer in the comments and assign this issue to you
  4. Fork the repository
  5. Create a separate branch naming it like this "your_github_name-issue#issue_number"
  6. Implement the solution
  7. Create a pull request

Also, it is important to mention is that it is crucial to follow the project conventions and rules (naming, file structure, coding conventions, and so on) Mode detailed information about this you can find here