You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"URL or it didn't happen" is a common mantra at GitHub, which is used to highlight the importance of documenting the development process. Feature requests should have a history; who made the request, what was the rationale, who was involved in the process, what decisions were made, why were they made, was the feature implemented, how was it implemented... All of this information helps provide context to both drive future decisions and avoid repeating old mistakes.
6
+
"URL or it didn't happen" is a common mantra at GitHub, which is used to highlight the importance of documenting the development process. Feature requests should have a history: who made the request, what was the rationale, who was involved in the process, what decisions were made, why were they made, was the feature implemented, how was it implemented... All of this information helps provide context to both drive future decisions and avoid repeating old mistakes.
7
7
8
8
GitHub provides various features to enable collaboration and project management, including [GitHub Discussions][discussions], [wikis][wikis], [pull requests][about-prs] and [GitHub Issues][issues]. Each of these can help your organization drive the creation process. We're going to focus on GitHub Issues, which is the foundation of project management on GitHub.
9
9
@@ -21,14 +21,14 @@ The shelter wants to begin pushing new features to the website. They want to sta
21
21
22
22
## Creating issues to manage feature requests
23
23
24
-
Our project needs two main updates. We want to make the updates to support development for our project, and add a new component to the website to display the shelter's hours. Let's create the issues for each of these. In the next few exercises we'll begin making the appropriate updates to our project to resolve these requests.
24
+
Our project needs two main updates. We want to make the updates to support development for our project, and add filtering capabilities for users to find the right dog. Let's create the issues for each of these. In the next few exercises we'll begin making the appropriate updates to our project to resolve these requests.
25
25
26
26
1. Return to the repository you created at the beginning of this workshop.
27
-
1. Select the **Issues** tab.
28
-
1. Select **New issue**.
29
-
1. If prompted for type, select **Blank issue**.
30
-
1. Select **Create more** at the bottom of the page to streamline the creation process.
31
-
1. Create new issues by adding the information indicated in the table below, selecting **Submit new issue** after creating each one:
27
+
2. Select the **Issues** tab.
28
+
3. Select **New issue**.
29
+
4. If prompted for type, select **Blank issue**.
30
+
5. Select **Create more** at the bottom of the page to streamline the creation process.
31
+
6. Create new issues by adding the information indicated in the table below, selecting **Submit new issue** after creating each one:
0 commit comments