Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ponsfrilus-commit-types

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ponsfrilus-commit-types

List of ponsfrilus commit types.

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ponsfrilus-commit-types

This is a fork from conventional-commit-types.

Status: npm version npm downloads Build Status

Spec

Exports an object with a types key whose value is an object whose keys are type names and whose values are objects with key-value pairs such as description as string, optional title as string, etc. See index.json. Any alternatives should follow the same spec.

Prefixes

I do like bracketed 3 letters capitalized prefixes. A good part of them are adapted from the original conventional-commit-types repo:

  • [ADD] → ADD: When the project welcome new files

  • [BLD] → BUILD: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

  • [BTF] → BEAUTIFULLAGE: (aka style) Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

  • [C.I] → CONTINUOUS INTEGRATION: Changes to the CI configuration files and scripts

  • [DOC] → DOCUMENTATION: Documentation only changes

  • [FIX] → FIXE: A bug fix

  • [FT.] → FEATURE: A new feature

  • [HOC] → HOUSE CLEANING: Changes that make the repository more clean (wiping, cleaning, mopping)

  • [IGN] → IGNORE: When adding a .gitignore file or similar

  • [OTH] → OTHER: Other changes that don't modify src or test files

  • [PRF] → PERFORMANCE: A code change that improves performance

  • [RFA] → REFACTOR: A code change that neither fixes a bug nor adds a feature

  • [RVT] → REVERT: Reverts a previous commit

  • [STY] → STYLE: Changes that mainly change the style, look and feel or visual appearance

  • [TST] → TEST: Adding missing tests or correcting existing tests

  • [TYP] → TYPO: An error (as of spelling) in typed or typeset material

  • [VER] → VERSION: Bump version

  • [WIP] → WORK IN PROGRESS: e.g. in case of fire

Please note they are sorted by prefixes in alphabetical order.

Infos

ToDo

Keywords

FAQs

Package last updated on 07 Feb 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc