- Visual Studio 2019
- C++ Toolset
To contribute to the project:
- Create a fork of the project
- Submit a pull request to the master branch
- Prefer to squash your pull request into a single commit (See: https://github.com/wprig/wprig/wiki/How-to-squash-commits)
- Direct pushes to the project are disallowed and frowned upon for those with access.
- If code is related to a github issue, add a // TODO GithubIssue-32 (where 32 is the issue number) in the appropriate location in code. Try to have a github issue tied to your TODO comments if they are important TODOs.
- Since the project is small, github issues do not have to be perfect but try to keep them as small as possible. Large, nebulous tickets make it difficult for someone to figure out what to do.
- For larger tickets, consider going to our trello https://trello.com/b/JZ1L3BFs/icebox-engine and splitting them up into github issues once we have concrete programming work for it.