Sha256: 15813a18578b063e9c1ef63b9b1b0ccbc00385e860c7731806fe1750278ef0ed
Contents?: true
Size: 1.17 KB
Versions: 161
Compression:
Stored size: 1.17 KB
Contents
## Git workflow ## - Pull requests must contain a succint, clear summary of what the user need is driving this feature change. - Follow our [Git styleguide](https://github.com/alphagov/styleguides/blob/master/git.md) - Make a feature branch - Ensure your branch contains logical atomic commits before sending a pull request - follow our [Git styleguide](https://github.com/alphagov/styleguides/blob/master/git.md) - Pull requests are automatically integration tested, where applicable using [Travis CI](https://travis-ci.org/), which will report back on whether the tests still pass on your branch - You *may* rebase your branch after feedback if it's to include relevant updates from the master branch. We prefer a rebase here to a merge commit as we prefer a clean and straight history on master with discrete merge commits for features ## Copy ## - Follow the [style guide](https://www.gov.uk/designprinciples/styleguide) - URLs should use hyphens, not underscores ## Code ## - Must be readable with meaningful naming, eg no short hand single character variable names - Follow our [Ruby style guide](https://github.com/alphagov/styleguides/blob/master/ruby.md) ## Testing ## Write tests.
Version data entries
161 entries across 161 versions & 1 rubygems