Ramada WebSite
- Always rebase from
main/master
branch - Your new feature branch name should follow the rule
your_name/changes-summary
. Ex:makhammadsoliyev/add-user-service
- Allways create A PR to
main/master
branch
- PR title should follow the rule
changes small summary
. Ex:Create UserService
- Write a small description what this PR does. Ex:
Create UserService that is used for UsersController