<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kenny Jinhiro</title>
    <description>The latest articles on DEV Community by Kenny Jinhiro (@jinhiro).</description>
    <link>https://dev.to/jinhiro</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1406272%2F854938b9-25b1-479d-b84d-774bd0c809bf.jpg</url>
      <title>DEV Community: Kenny Jinhiro</title>
      <link>https://dev.to/jinhiro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jinhiro"/>
    <language>en</language>
    <item>
      <title>Git: Commit Messages</title>
      <dc:creator>Kenny Jinhiro</dc:creator>
      <pubDate>Wed, 28 Aug 2024 14:47:35 +0000</pubDate>
      <link>https://dev.to/jinhiro/git-commit-messages-5g3d</link>
      <guid>https://dev.to/jinhiro/git-commit-messages-5g3d</guid>
      <description>&lt;p&gt;&lt;strong&gt;TLDR: Start with a word that describes the whole code change. Then, make a 4-to-5 word sentence describing the whole code change.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Recommended Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Feat: Login&lt;/li&gt;
&lt;li&gt;Fix: iOS 16.0 Crash&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With these examples, you generally know what goes on. Points of reasons are given below.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. First Word Matters
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;A word that could describe the whole code change makes anyone &lt;strong&gt;generally know what goes on in your code.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;These are the words that are conventionally used.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Feat&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;New feature&lt;/strong&gt; is being launched by the code change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Fix&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A fix&lt;/strong&gt; is done in the code change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Test&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A test&lt;/strong&gt; is added in the code change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Chore&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A package&lt;/strong&gt; is modified (added or removed) in the code.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Commit Message
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;4 or 5 words&lt;/strong&gt; that could generalize the code changes is absolutely recommended. Less words? Better!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Developers appreciate simplicity, look at these two examples:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Test: Add new unit tests for user authenticating login functionality.&lt;/li&gt;
&lt;li&gt;Test: Added login tests&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Well, in the end, these guidelines aren't a must, but simpler description would make everyone happy.&lt;/p&gt;

</description>
      <category>git</category>
      <category>commit</category>
      <category>messages</category>
    </item>
  </channel>
</rss>
