R0binSmit / RPG2D

MIT License
1 stars 0 forks source link

RPG2D

This is community project from Nyxero.

Development rules

Commits and Branches

Every commit has to based on an Github issue and need an own branch.

  1. Create a issue for new Features/Bugs etc.
  2. Create a branch based on the issue (in Github -> Issue -> Create a Branch)
    1. Nameconvention for a Branch: [ISSUE NUMBER]-[ISSUE TITLE]-[DEVELOPER]
  3. Checkput new branch in Visual Studio
  4. Implement changes
  5. Push changes into the branch
  6. Create merge request into master
  7. A nother developer has to 'code review' the changes and approve the MR