<?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: Sai Pappu</title>
    <description>The latest articles on DEV Community by Sai Pappu (@saipappu).</description>
    <link>https://dev.to/saipappu</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%2F419353%2Fa2be89b5-0e50-4abc-9ba7-9875aae5a9bb.jpeg</url>
      <title>DEV Community: Sai Pappu</title>
      <link>https://dev.to/saipappu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saipappu"/>
    <language>en</language>
    <item>
      <title>Why do all README.md  basically look the same?</title>
      <dc:creator>Sai Pappu</dc:creator>
      <pubDate>Mon, 29 Jun 2020 05:08:37 +0000</pubDate>
      <link>https://dev.to/saipappu/why-do-all-readme-md-basically-look-the-same-374k</link>
      <guid>https://dev.to/saipappu/why-do-all-readme-md-basically-look-the-same-374k</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note- This is my first ever public post. Please feel free to give me constructive criticism.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Modern day web development is full of powerful, fun, and important software technologies.They come in many different configurations that can include things such as programming languages used, underlying dependencies, system architecture, licenses  etc. &lt;/p&gt;

&lt;p&gt;When a newbie developer such as myself lands on a popular web framework on Github. I am usually very overwhelmed by seeing so many folders, many files with different file formats,lockfiles et cetera. These things are different for different projects but one thing they all have in common is the README file. &lt;/p&gt;

&lt;p&gt;I have seen README from many different projects and they all basically had the same structure. Interestingly, README is part of the &lt;a href="https://www.gnu.org/prep/standards/standards.html#index-README-file"&gt;GNU Coding Standards(a systematic way of writing programs)&lt;/a&gt;, most Open Source projects are written in loose accordance with the standards. I always thought only .md or Markdown files formats  work as README. But on the contrary even .txt , .me and other file formats generated by build systems can be utilized. &lt;/p&gt;

&lt;p&gt;According to the GNU standards the release software README should have the following:-&lt;br&gt;
     - Package Name&lt;br&gt;
     - Package Version number&lt;br&gt;
     - General Description of package &lt;br&gt;
     - Installation guide &lt;br&gt;
     - Brief explanation of directory structure&lt;br&gt;
     - Copying condition(basically the license)&lt;/p&gt;

&lt;p&gt;Most popular open source projects use this structure to tell the users about the project. Projects that use GNU build tools which follows the GNU coding standards automatically generate README with the following structure listed below. One thing to keep in mind is that this is not a strict requirement or specification. Some projects do not follow this structure but most professional ones do. Lets see if React has all of the categories covered. Click on the links it will take you to the corresponding page on React repository. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/facebook/react#react"&gt;README&lt;/a&gt; - Yes, has a short description, version number. &lt;br&gt;
  &lt;a href="https://github.com/facebook/react/blob/master/AUTHORS"&gt;Authors&lt;/a&gt; - Yes, facebook and thousands of individual contributors&lt;br&gt;
  &lt;a href="https://react-cn.github.io/react/acknowledgements.html"&gt;Acknowledgements&lt;/a&gt;  - Yes, basically thanking lot of contributers&lt;br&gt;
  &lt;a href="https://github.com/facebook/react/blob/master/CHANGELOG.md"&gt;Changelog&lt;/a&gt; - Yes, all the new changes in each release version&lt;br&gt;
  &lt;a href="https://github.com/facebook/react/releases"&gt;News&lt;/a&gt;-Yes, New releases for users is here&lt;br&gt;
  &lt;a href="https://github.com/facebook/react#installation"&gt;Install&lt;/a&gt;- Yes, u can also  use &lt;a href="https://reactjs.org/docs/create-a-new-react-app.html"&gt;Create a New React App&lt;/a&gt;(JS toolchain)&lt;br&gt;
  &lt;a href="https://github.com/facebook/react/blob/master/LICENSE"&gt;License&lt;/a&gt;- Yes, MIT license&lt;br&gt;
  &lt;a href="https://github.com/facebook/react/issues"&gt;Bugs&lt;/a&gt;- Yes, not listed as Bugs but issues sections usually talks about the bugs&lt;br&gt;
  &lt;a href="https://reactjs.org/docs/how-to-contribute.html"&gt;Contributing&lt;/a&gt;- Yes&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>beginners</category>
      <category>github</category>
    </item>
  </channel>
</rss>
