Skip to content

Commit 97251d8

Browse files
committed
Update issue creation instructions to include new feature for filtering dog list
1 parent 6129a34 commit 97251d8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ Our project needs two main updates. We want to make the updates to support devel
2525
1. Select **New issue**.
2626
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

28-
| Title | Description |
29-
| ------------------------------ | ------------------------------------------------------------------------------ |
30-
| Define codespace | Create the necessary definitions for the codespace to enable cloud development |
31-
| Implement testing | Create a workflow to automate testing for continuous integration |
32-
| Add component to display hours | Create a new component for the project to display the shelter's hours |
33-
| Create deployment environment | Create a workflow to create deployment environment |
34-
| Implement automated deployment | Create a workflow to automate deployment for continuous delivery |
28+
| Title | Description |
29+
| ----------------------- | ------------------------------------------------------------------------------ |
30+
| Define codespace | Create the necessary definitions for the codespace to enable cloud development |
31+
| Implement testing | Create a workflow to automate testing for continuous integration |
32+
| Add filters to dog list | Add the code to allow users to filter for dogs by breed and availability |
3533

3634
> **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.
3735

0 commit comments

Comments
 (0)