Laarzae Studios is a charity game company, donating to charities chosen by contributing developers
- 🌱 Currently working on the release for #ProjectMage, a 2D Pixel RPG game for PC
- 📫 Reach our team via LinkedIn or email: [email protected]
Michelle Hey | Randy Egan | Tim Mitzen | Ben Solt | Nick Watson | Tawnya Wessar |
---|---|---|---|---|---|
Use the package manager npm to install Project Mage.
npm install
Use the package manager to install commitizen.
npm install -g commitizen
or npx cz
Step 1: git add files-to-track
- Please do not git add .
- This can lead to tracking unwanted files
Step 2: git cz
Select the type of change you're committing:
- feat: a new feature
- fix: a bug fix
- docs: documentation only changes
- style: changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
- refactor: a code change that neither fixes a bug or adds a feature
- perf: a code change that improves performance
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
Step 3: pull request
Make a pull request to main with your changes, please do not push directly to main
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.