Sha256: e3e22562453438e6fe94fe2b9d23b7c6248d283263cb21d2a4cb09ab7db8b222
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# Contribution Guidelines We welcome patches to the toolkit, as long as you follow these guidelines: ## Indentation and whitespace 2-space, soft-tabs only. No trailing whitespace. ## Versioning We use [Semantic Versioning](http://semver.org/). ## Releasing a new version 1. Create a branch that proposes a new [version number](https://github.com/id-sk/idsk_frontend_toolkit/blob/master/VERSION.txt) and update the [`CHANGELOG`](https://github.com/id-sk/idsk_frontend_toolkit/blob/master/CHANGELOG.md). To see the commits to be summarised in the changelog since the last release, [compare the latest-release branch with master](https://github.com/id-sk/idsk_frontend_toolkit/compare/latest-release...master). 2. Open a Pull Request - here is a [good example](https://github.com/alphagov/govuk_frontend_toolkit/pull/396). 3. Once merged into master a new version will be built and [downstream jobs triggered by Travis CI](https://github.com/id-sk/idsk_frontend_toolkit/blob/master/.travis.yml) for [govuk_frontend_toolkit_gem](https://github.com/id-sk/idsk_frontend_toolkit_gem) and [govuk_frontend_toolkit_npm](https://github.com/id-sk/idsk_frontend_toolkit_npm). ## Commit hygiene Please see Alphagov [git style guide](https://github.com/alphagov/styleguides/blob/master/git.md) which describes how we prefer git history and commit messages to read.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
idsk_frontend_toolkit-8.4.4 | app/assets/CONTRIBUTING.md |
idsk_frontend_toolkit-7.4.3 | app/assets/CONTRIBUTING.md |