Skip to content

Instantly share code, notes, and snippets.

@shyim
Last active March 3, 2021 02:52
Show Gist options
  • Save shyim/dcd4be4605d75f8b73edbec994bfd3c8 to your computer and use it in GitHub Desktop.
Save shyim/dcd4be4605d75f8b73edbec994bfd3c8 to your computer and use it in GitHub Desktop.
Changelog PhpStorm Template

Open Editor -> File And Code Templates -> Files -> Create new One

  • Name: Changelog
  • File Name: ${YEAR}-${MONTH}-${DAY}-${NAME}.md
  • Extension: md
  • Disable Reformat according to style

For Content see below

---
title: ${TITLE}
issue: ${TICKET}
#if ("${FLAG}" != "")
flag: ${FLAG}
#end
---
# Core
*
___
# API
*
___
# Administration
*
___
# Storefront
*
___
# Upgrade Information
## Topic 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment