Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 684 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 684 Bytes

Contributing guidelines

Git workflow

  • We use git-flow - create a feature branch from develop, e.g. feature/new-feature
  • Pull requests must contain a succinct, clear summary of what the user need is driving this feature change
  • Ensure your branch contains logical atomic commits before sending a pull request - follow the alphagov Git styleguide
  • You may rebase your branch after feedback if it's to include relevant updates from the develop branch. We prefer a rebase here to a merge commit as we prefer a clean and straight history on develop with discrete merge commits for features