Skip to content

Commit 4ab07f3

Browse files
committed
Updated issues after walkthrough
1 parent 1f5466f commit 4ab07f3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

content/guided-workshop/exercises/2-issues.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ GitHub provides various features to enable collaboration and project management,
77
At their core, issues document some form of an action. They can be a request for a feature, a bug report, or another operation taken by the team. There's no prescribed methodology for using GitHub Issues, allowing your team to determine the best way to manage and drive your projects. A common flow teams will implement on issues is:
88

99
1. File an issue to request a new feature or file a bug report.
10-
2. Discuss the issue, and determine the correct people and mechanism to resolve the request.
11-
3. Create a pull request with a proposed implementation of the request.
12-
4. Further discuss and review the pull request.
13-
5. Once everyone is satisfied and has signed off, merge the pull request and close the issue.
10+
1. Discuss the issue, and determine the correct people and mechanism to resolve the request.
11+
1. Create a pull request with a proposed implementation of the request.
12+
1. Further discuss and review the pull request.
13+
1. Once everyone is satisfied and has signed off, merge the pull request and close the issue.
1414

1515
## Scenario
1616

@@ -21,9 +21,9 @@ The shelter wants to begin pushing new features to the website. They want to sta
2121
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.
2222

2323
1. Return to the repository you created at the beginning of this workshop.
24-
2. Select the **Issues** tab.
25-
3. Select **New issue**.
26-
4. Create new issues by adding the information indicated in the table below, selecting **Submit new issue** after creating each one (and using **New issue** to create a new one):
24+
1. Select the **Issues** tab.
25+
1. Select **New issue**.
26+
1. Create new issues by adding the information indicated in the table below, selecting **Submit new issue** after creating each one (and using **New issue** to create a new one):
2727

2828
| Title | Description |
2929
| ------------------------------ | ------------------------------------------------------------------------------ |
@@ -33,8 +33,16 @@ Our project needs two main updates. We want to make the updates to support devel
3333
| Create deployment environment | Create a workflow to create deployment environment |
3434
| Implement automated deployment | Create a workflow to automate deployment for continuous delivery |
3535

36+
> **TIP:** You can also save an issue by pressing <kbd>Ctl</kbd> - <kbd>Enter</kbd> (or <kbd>Cmd</kbd> - <kbd>Return</kbd> on a Mac) in the title or description fields.
37+
3638
You've now defined all the issues for the workshop! You'll use these issues to help guide your progress through the workshop.
3739

3840
## Summary and next steps
3941

4042
GitHub Issues are the core to project management on GitHub. Their flexibility allows your organization to determine the best course of action to support your development lifecycle's methodology. With your issues created, it's time to turn your attention to the first big change to the project, [defining a codespace](3-codespaces.md).
43+
44+
## Resources
45+
46+
- [GitHub Issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues)
47+
- [Communicate using markdown](https://github.com/skills/communicate-using-markdown)
48+
- [GitHub Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects)

0 commit comments

Comments
 (0)