-
Notifications
You must be signed in to change notification settings - Fork 360
Contributing
Ed Lomonaco edited this page Jul 26, 2020
·
2 revisions
first and foremost, thank you for your help and interest.
second, never ever write your code on main. Any PR that's merging into main will be asked to redo it to merge to develop. main is reserved for what's going to be pushed to nuget.
this repo will be using git flow, which allows us to create clean and organized branches.
create a feature branch using git flow.
create a bugfix branch using git flow.