Repository for the project within the course Computer Graphics and Interaction (DH2323) at KTH, Royal Institute of Technology
Project for the course Computer Graphics and Interaction, DH2323 at KTH - Royal Insitute of Technology.
When contributing to this project, please follow our code of conduct for contributions and the GitHub workflow for contributions (as specified within https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project).
- Fork the project.
- Add features you deem to be a contribution to the project.
- Commit any changes made to your own branch.
- Push the branch to your GitHub project.
- Open a pull request.
-
Branch naming: "Issue#[Issue Number]".
-
Commit message: "Issue #[Issue Number]: [FLAG] - [Message]".
- Available flags:
- FEAT: When adding a new feature to the project.
- FIX: When fixing a previous issue.
- DOC: When adding documentation.
- REFAC: When refactoring code.
- Available flags: