Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphagov/styleguides

GOV.UK coding standards and guidelines for other tools we use
https://github.com/alphagov/styleguides

govuk

Last synced: about 2 months ago
JSON representation

GOV.UK coding standards and guidelines for other tools we use

Awesome Lists containing this project

README

        

**Deprecation notice: style guides have been moved to [The GDS Way](https://gds-way.cloudapps.digital/) and will no longer be maintained here.**

# GOV.UK Style guides

This is a collection of style guides for development of apps on GOV.UK.

## Languages

[CSS/Sass][css]

[Go][go]

[HTML][html]

[Javascript][js]

[Ruby][rb]

## Tools, processes and other guidelines

[APIs][api]

[Basic security guidance][security]

[Gem guidelines][gem]

[Git (including commit message guidance)][git]

[Pull request guidance][pr]

[Puppet][pp]

[READMEs for GOV.UK applications][readme]

[Rubocop][rubocop]

## Useful guides elsewhere

[govuk-elements][govuk-elements] – layout, typography, colour, images, icons, forms, buttons and data used on GOV.UK.

[api]: api.md
[css]: css.md
[gem]: rubygems.md
[git]: git.md
[go]: go.md
[govuk-elements]: http://govuk-elements.herokuapp.com/
[html]: html.md
[js]: js.md
[pp]: puppet.md
[pr]: pull-requests.md
[rb]: ruby.md
[readme]: use-of-READMEs.md
[rubocop]: using-rubocop.md
[security]: basic-security.md