Sha256: cd922be0ede39d30258a27368f72f49678ccff1e15bcf69bda541fb0a1a282f0
Contents?: true
Size: 821 Bytes
Versions: 28
Compression:
Stored size: 821 Bytes
Contents
Consider starting the commit message with an applicable emoji: * :art: `:art:` when improving the format/structure of the code * :racehorse:`:racehorse:` when improving performance * :memo:`:memo:` when writing docs * :bug:`:bug:` when fixing a bug * :fire:`:fire:` when removing code or files * :green_heart:`:green_heart:` when fixing the CI build * :white_check_mark:`:white_check_mark:` when adding tests * :arrow_up: `:arrow_up:` when upgrading dependencies * :arrow_down: `:arrow_down:` when downgrading dependencies Favor single quotes when not concatenating, double quotes are prefered when concatenating, escaping characters or using a single quote in the string: Single Quotes: `puts 'hello adminpanel'` Double Quotes: ```ruby h = 'hello' a = 'adminpanel' puts "#{h}, #{a}" puts "\n hi" puts "it's 6 am" ```
Version data entries
28 entries across 28 versions & 1 rubygems