Follow git flow or github flow, create a branch and send a PR and must assign someone to review before merging 😉, don't forget to rebase with master when you are behind master
branch.
Adopting standard style means ranking the importance of code clarity and community conventions higher than personal style. This might not make sense for 100% of projects and development cultures, however open source can be a hostile place for newbies. Setting up clear, automated contributor expectations makes a project healthier. Read More
We adhere to conventional commit, which you can read more about here We are going to be chilling with angular commit pattern
If you don’t want your PR to be merged accidentally, add the word "wip" or "WIP" to its title and WIP bot will set its status to error