<?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: Vinícius Machado de Souza</title>
    <description>The latest articles on DEV Community by Vinícius Machado de Souza (@machadovsouza29).</description>
    <link>https://dev.to/machadovsouza29</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%2F2098404%2Fb88c5108-cbe7-4719-8821-4233cd4eb148.jpg</url>
      <title>DEV Community: Vinícius Machado de Souza</title>
      <link>https://dev.to/machadovsouza29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/machadovsouza29"/>
    <language>en</language>
    <item>
      <title>Scrum and agile methodology</title>
      <dc:creator>Vinícius Machado de Souza</dc:creator>
      <pubDate>Tue, 08 Oct 2024 13:24:28 +0000</pubDate>
      <link>https://dev.to/ledsifes/scrum-and-agile-methodology-238p</link>
      <guid>https://dev.to/ledsifes/scrum-and-agile-methodology-238p</guid>
      <description>&lt;h2&gt;
  
  
  What is SCRUM?
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Scrum is not a methodology, it is a framework. This means that Scrum won't tell you exactly what to do, but rather it will serve as a "path" to help you achieve your goal.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SCRUM has 3 basic roles:&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scrum Master:&lt;/strong&gt; The guardian of the process. Responsible for ensuring the process runs smoothly by removing obstacles that hinder the team's productivity, organizing, and facilitating meetings. It is essential for the Scrum Master to have a deep understanding of Scrum.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Product Owner:&lt;/strong&gt; The central figure with leadership authority over the product. Decides which products and features will be developed and in what order. It's their responsibility to communicate to the participants what the Scrum team aims to achieve in the project, and they prioritize the items in the Product Backlog.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developers:&lt;/strong&gt; Comprises all developers and other professionals directly involved in the product's development. They hold a role in Scrum just as important as the others, as they are responsible for turning the project into reality.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;"Build the right thing. Build it the right way. Build it fast."&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fugw5j055tqxax4e3sbsr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fugw5j055tqxax4e3sbsr.png" alt="a" width="427" height="283"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Scrum Principles
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Empirical process control:&lt;/strong&gt; Observation and experimentation. Through transparency, inspection, and adaptation, the process is carried out flexibly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Self-management:&lt;/strong&gt; Everyone is responsible for the project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Collaboration:&lt;/strong&gt; No one has climbed Mount Everest alone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Value-based prioritization:&lt;/strong&gt; Focus on delivering the most valuable items to the client.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Timebox:&lt;/strong&gt; Exists with the purpose of setting a time frame that encompasses the entire Sprint process. Ideally, a sprint should last between 1 to 4 weeks. If for any reason a task cannot be delivered, it will be moved to the next sprint. This prevents the "student syndrome" — if you give someone 4 hours to complete a task that could be done in 1 hour, they will procrastinate for 3 hours and finish it in the last hour. Therefore, it is crucial to establish boundaries.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Iteration and increment:&lt;/strong&gt; Scrum focuses on value delivery. Its stages repeat through sprints, and the results are incrementally based on the client's highest needs.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Basic Scrum Events&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Daily Scrum&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Sprint Planning&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Sprint&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Sprint Review&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Sprint Retrospective&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5r58o2ca4hzmqjb7n56.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5r58o2ca4hzmqjb7n56.png" alt="a" width="800" height="341"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Daily Meetings
&lt;/h2&gt;

&lt;p&gt;Every day, there are meetings of approximately 15 minutes where the team seeks to assess whether the project's progress is aligned with the Sprint Goal or if it is necessary to adapt the Sprint Backlog to meet the expected objective. The developers can structure this meeting as they see fit, and below are three questions that are not mandatory but can help guide the meeting process:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;What did I do yesterday to help the team reach the sprint goal?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What will I do today to achieve the sprint goal?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Is there any impediment preventing me or the team from reaching the goal?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Product Backlog
&lt;/h2&gt;

&lt;p&gt;It is a list of features to build the product, ordered by priority by the product owner. It consists of short statements that describe what the customer wants the product to do. These statements can be referred to as features or user stories. A Product Backlog consists of:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Feature or User Story: describes a desired functionality for the product.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Importance: describes how important the functionality is.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Estimate: describes how difficult it is for the team to implement.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How to create a product backlog?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Scrum doesn't tell us how to create a product backlog, only that we must have one. However, to make it easier, here are some steps for its creation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Understand the partner's problem&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Write the user stories&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Relate the user stories&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Prioritize the user stories&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Estimate the difficulty of the user stories&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is one of the most challenging stages of a project. To do this, we can use the following techniques:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Interviews&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Questionnaires&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Observation&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Prototyping&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Investigation&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;User journey&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Other techniques to understand the partner's/client's problem&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Paper Prototyping&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To help understand the user, a very good technique is Paper Prototyping (Drawing a prototype on paper). This is a brainstorming, design, creation, communication, and interface testing technique that uses paper and pen to understand user needs. This technique can be used to design websites, software, mobile devices, and hardware.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftjbupe4a3632kaljbkqo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftjbupe4a3632kaljbkqo.jpg" alt="a" width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Sprints
&lt;/h2&gt;

&lt;p&gt;A Sprint is a time period during which one or more items from the product backlog are selected to be developed and delivered to stakeholders in order to add value to the project. It is important for sprints to follow a predefined timebox, typically lasting between 1 to 4 weeks, depending on what is set as the final product.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What happens in each day of the Sprint&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hgk4udlvyr35kfatk98.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hgk4udlvyr35kfatk98.png" alt="a" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Before the start of a sprint, a sprint planning meeting is held based on what needs to be delivered as the final product. This meeting is called "sprint planning," where the sprint backlog is created. Based on the team's capacity, it is determined how many features can be fully developed within the sprint timeframe. Among the many methods that exist, one particularly interesting one that can be used for this is Planning Poker.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Planning Poker Cards&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2r09g49xr24nw69cf2xd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2r09g49xr24nw69cf2xd.png" alt="a" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Planning Poker works as follows: the development group meets to discuss the candidate user stories to be selected for development in the current sprint. The team members each draw a card with a number that represents the difficulty they perceive in developing that feature— the lower the number, the less complex; the higher the number, the more complex. The team members who played the lowest and highest cards are selected to speak, and they seek to reach a consensus on the difficulty of that user story. This ensures that everyone is involved in the development process and also makes it more agile.&lt;/p&gt;

&lt;p&gt;It’s important to note that these features follow the level of importance recorded by the product owner in the product backlog. At the end of the sprint, there are two additional key activities:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Sprint review: &lt;em&gt;This is a meeting held right after the end of a sprint cycle, with the product owner present to validate whether the product being delivered meets their needs.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Sprint Retrospective: &lt;em&gt;This is a meeting with only the development team members to evaluate the pros and cons of the development cycle in question.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Want to follow more content about agile methodologies? Follow &lt;a href="https://dev.to/ledsifes"&gt;LEDS&lt;/a&gt;!&lt;/p&gt;

</description>
      <category>agile</category>
      <category>scrum</category>
      <category>leds</category>
      <category>ledscommunity</category>
    </item>
    <item>
      <title>GitHub: learning about the feature called Issues☕</title>
      <dc:creator>Vinícius Machado de Souza</dc:creator>
      <pubDate>Fri, 20 Sep 2024 13:07:31 +0000</pubDate>
      <link>https://dev.to/ledsifes/github-learning-about-the-feature-called-issues-2ifm</link>
      <guid>https://dev.to/ledsifes/github-learning-about-the-feature-called-issues-2ifm</guid>
      <description>&lt;h2&gt;
  
  
  What is an "issue" about?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Issues are used to track bugs and suggest improvements, providing a step-by-step control of our project. To reference a commit to an issue, simply add &lt;code&gt;#[issue number]&lt;/code&gt; after the sentence in the commit command. Example:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git commit -m “my example #1”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;To close an issue, the command used is:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git commit -m “issue closed closes #1”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;To indicate that the issue has been fixed, we use the following command:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git commit -m "issue fixed fixes #1"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Step-by-step guide to using Issues:
&lt;/h2&gt;

&lt;p&gt;1.Access a GitHub repository where the "Issues" feature is enabled.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F49owwu05odkd3x8qxt09.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F49owwu05odkd3x8qxt09.png" alt="Feature Issues active" width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;2.Go to the "Issues" tab located next to "Code" to view the existing Issues.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhn1ruulov7a2bwjkyr13.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhn1ruulov7a2bwjkyr13.png" alt="Issues tab" width="508" height="137"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;3.Create a new Issue by clicking the "New Issue" button next to "Labels" and "Milestones."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fep7a1et31husm5b2ty4v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fep7a1et31husm5b2ty4v.png" alt="Button to create an Issue" width="486" height="77"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;4.Now you have access to various tools for creating an Issue, starting with the basics: a title and a detailed description of the topic being addressed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsuwg3ktm17ssq6y9uxhj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsuwg3ktm17ssq6y9uxhj.png" alt="Tools to write an issue" width="800" height="444"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;5.On the side, there are tools to help manage Issues. First, there’s "Assignees," which refers to the people responsible for working on the Issue. Then, "Labels," which act as tags to categorize different types of Issues. "Milestone" is essentially a goal or target to be achieved. In the "Development" section, you’ll see branches and pull requests related to that Issue.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnwovd3uqpdmtmvaayh79.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnwovd3uqpdmtmvaayh79.png" alt="Management tools" width="348" height="495"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;6.Now that the Issue has been created, comments can be added to allow team members to collaborate and resolve the Issue. Below, if you are the owner or a collaborator of the repository, you can close the Issue in two ways: "Close as completed," which means the issue was resolved, or "Close as not planned," meaning the issue wasn’t resolved or something else happened.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdwl4bf35oqkrd2q30m9q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdwl4bf35oqkrd2q30m9q.png" alt="After posting the issue" width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;7.After creating the Issue, there are some additional options if you are the owner or a collaborator of the repository. "Lock conversation" removes the permission for other users to comment on the Issue. "Pin issue" allows you to pin up to three Issues to the top. "Transfer Issue" moves the Issue to another repository without deleting it from the current one. "Delete Issue" completely removes the Issue instead of simply closing it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhqzolbcdssl97nzwu5jn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhqzolbcdssl97nzwu5jn.png" alt="Tools for issue creators" width="173" height="173"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you liked this post and it helped you better understand a GitHub feature, how about checking out other posts about Git and GitHub? Take a look at the link ahead! &lt;a href="https://dev.to/ledscolatina/forks-in-github-39l7"&gt;Forks in GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>beginners</category>
      <category>firstpost</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
