Definition of done - Team-Swamp/IceBites GitHub Wiki
When is something done? Here below we can see a list of criterias of the definition of done.
Art assets
- Does your model comply with the style guide
- Is the polycount sufficient?
- Is the model's History deleted?
- Is the pivot of the model where it should be? (the 0 point)
- Is the UV ready to be textured?
- Does your model have no issues? (n-gons, lighting bugs etc.)
- Is the scale of your model in scale with the rest of the scene?
- The assets are correctly named, as listed in the Asset Naming Conventions
- There is a prefab of it in the Unity project
Code
- The code meets the convention.
- There is an approved pull request for it.
- It's tested and merged on the
develop
branch. - There are as few possible bugs with the feature.