You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With multiple developers contributing, we should have some rules in place to ensure the main branch stays clean and tidy. I have some suggestions based on previous experience, very much open to discussion though;
Require all Quality jobs to pass in CI before a PR can be merged
Require Squash and merge as the only merge option
Auto-delete branches after they've been merged
Conventional Commits (Optional, works nicely with many automated tools such as Changelog generators)
More detail in the CONTRIBUTING.md guidelines - there's plenty of examples in the community for this
The text was updated successfully, but these errors were encountered:
With multiple developers contributing, we should have some rules in place to ensure the
main
branch stays clean and tidy. I have some suggestions based on previous experience, very much open to discussion though;Quality
jobs to pass in CI before a PR can be mergedSquash and merge
as the only merge optionCONTRIBUTING.md
guidelines - there's plenty of examples in the community for thisThe text was updated successfully, but these errors were encountered: