Skip to content
getBoolean edited this page Nov 10, 2022 · 13 revisions

Welcome to the iso-boss-battler wiki!

GitHub Pages

The game is hosted at the below URL with the branch name appended. It is built after every push and deleted when the branch is deleted.

Branching workflow:

Tasks should be divided into defects and features. Defects are bugs/small changes that either does not have many code changes or are high-priority issues. Defects should have their reviews prioritized. Features require more code and assets which need a more in-depth code review. Feature branches should not live too long, they should be merged to main once it is well tested and any bugs found are documented and are not game-breaking.

Example:

  • Defect: defect/XX-ShortDescription
  • Feature: feature/XX-ShortDescription

Where XX is the GitHub issue with the implementation details.

Pull Request Strategy

When a pull request is created, request a review from anyone on the team.

Project Tasks Columns

  • New: A new issue or bug that has been created, but has not been decided if it will be assigned yet. Someone needs to either close the issue or move it to Backlog or To do
  • Backlog: Tasks that should be worked on now
  • In Progress: Tasks that someone has picked up, or development has started but is not completed
  • In Review: Pull requests that need a review or a review is in progress.
  • Ready to merge: Approved PRs that need to be merged
  • Done: Closed issues and pull requests
  • To do: Tasks that need to be done in the future but the team does not have the capacity at the moment
Clone this wiki locally