Socket
Socket
Sign inDemoInstall

conventional-changelog-jquery

Package Overview
Dependencies
1
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    conventional-changelog-jquery

conventional-changelog jquery preset


Version published
Maintainers
6
Install size
139 kB
Created

Readme

Source

NPM version Build Status Dependency Status Coverage Status

conventional-changelog jQuery preset

Issues with the convention itself should be reported on the JQuery issue tracker.

JQuery Convention

Commit messages should describe what changed, and reference the issue number if the commit closes or is associated with a particular issue. Commit messages for all jQuery projects should look like this:

Component: Short Description

Optional Long Description

Fixes #xxx
Closes gh-yyy
Ref #zzz

Every commit must have a subject (the first line). Everything else is optional.

Subject

This is the first line. It consists of a component, like "Event" or "Autocomplete".

Long description

There are two line breaks between the subject and the long description. The description can have any length and formatting, like lists.

References

References to issues or pull requests go after the long description, each one on their own line.

  • Use Fixes when the commit fixes an open issue.

  • Use Closes when the commit closes an open pull request.

  • Use Ref when referencing an issue or pull request that is already closed or should remain open. Examples include partial fixes and commits that add a test but not a fix.

  • Always use "gh-xxx" for GitHub issues and pull requests within the same repository. Use "[user]/[repo]#xxx" when referencing an issue or pull request in another repository, e.g., "Closes jquery/jquery-ui#175".

Based on https://github.com/jquery/contribute.jquery.org/blob/master/pages/commits-and-pull-requests.md#commit-guidelines

Keywords

FAQs

Last updated on 01 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc