gitlab-org--gitlab-foss/changelogs
Ezekiel fde3f619ba
Fixed navigation sidebar flashing open on page load
Adds the sidebar-collapsed-mobile class to the haml layouts
and sets media queries to display the sidebar collapsed by
default for sreen sizes greater than `sm` and less than `lg`
2019-03-05 00:58:21 +11:00
..
unreleased Fixed navigation sidebar flashing open on page load 2019-03-05 00:58:21 +11:00
README.md
archive.md

README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run scripts/lint-changelog-yaml to validate.

See development/changelog documentation for detailed usage.