pjcuadra / sc_viterbi

SystemC implementation of a Viterbi encoder and decoder
Apache License 2.0
3 stars 1 forks source link

Comparator #17

Open Meghadoot opened 7 years ago

pjcuadra commented 7 years ago

Please also change those commit messages. It's better if we use the

[fix|chg|new]: [dev|usr]: Here comes the message

But there's no need for that for now. You don have to write everything in lower case. ;) And normally commit messages start with a verb saying what you did in the commit. For instance;

Instead of

comparator to get maximum

Use

new: dev: Implement comparator block to get maximum

or

Implement comparator block to get maximum

Also you should write CMakeList instead of cmakelist (just convention). ;)

This little article is really useful https://github.com/erlang/otp/wiki/Writing-good-commit-messages.

An here is the config reference file for gitchangelog (a tool) that explain the new: dev: format https://github.com/vaab/gitchangelog/blob/master/src/gitchangelog/gitchangelog.rc.reference.