


#
#     <type>[(scope)]: Subject
#     [Body]
#
# **Subject (and body) must be valid Markdown.**
# Scope and body are optional. Type can be:

# - build: About packaging, building wheels, etc.
# - chore: About packaging or repo/files management.
# - ci: About Continuous Integration.
# - docs: About documentation.
# - feat: New feature.
# - fix: Bug fix.
# - perf: About performance.
# - refactor: Changes which are not features nor bug fixes.
# - style: A change in code style/format.
# - tests: About tests.

# If you write a body, please add issues references at the end:

# ```
# Body.

# References: #10, #11.
# Fixes #15.
# ```
# https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
# Activation: git config --global commit.template ~/.gitmessage

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
#
# Initial commit
#
# Untracked files:
#	MIT.LICENSE
#	Rx.min.js
#	SpecRunner.html
#	asci.cast
#	asciinema-player.js
#	ax_termcasts.js
#	css/
#	fa_all.js
#	foo.cast
#	h.html
#	index.html
#	jasmine-standalone-3.7.1.zip
#	lc.js
#	lc_with_termcast.js
#	lib/
#	r
#	spec/
#	src/
#	tables.js
#	tablesort.min.js
#	tags
#	tc.json
#	tcplayer.js
#	termcast.json
#	termcast2.json
#	testem.json
#	ui.css
#	workstc..js
#	workstc.json
#	xterm-addon-fit.min.js
#	xterm-addon-search.min.js
#	xterm.4.9.0.min.js
#	xterm.min.css
#
