Skip to content

Commit 09e89fb

Browse files
committed
error fixed.
1 parent 8f23e46 commit 09e89fb

15 files changed

+331
-312
lines changed

docs/boards/boards/best-practices-kanban.md

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -76,76 +76,76 @@ Each stage indicates a handoff to someone else who will do work. What informatio
7676

7777
As a starting point, consider some of the following criteria as you work with your team to decide what done means throughout the development process.
7878

79-
:::row:::
80-
:::column span="1":::
81-
**Stage**
82-
:::column-end:::
83-
:::column span="1":::
84-
**Done criteria**
85-
:::column-end:::
86-
:::row-end:::
87-
:::row:::
88-
:::column span="1":::
89-
Before work starts on a feature, user story, or requirement
90-
:::column-end:::
91-
:::column span="1":::
79+
:::row:::
80+
:::column span="1":::
81+
**Stage**
82+
:::column-end:::
83+
:::column span="1":::
84+
**Done criteria**
85+
:::column-end:::
86+
:::row-end:::
87+
:::row:::
88+
:::column span="1":::
89+
Before work starts on a feature, user story, or requirement
90+
:::column-end:::
91+
:::column span="1":::
92+
93+
94+
- User story is properly scoped and estimated.
95+
- Acceptance criteria is well defined.
96+
- Customer needs are understood by the team.
97+
- Dependencies have been identified and are tracked.
9298

93-
94-
- User story is properly scoped and estimated.
95-
- Acceptance criteria is well defined.
96-
- Customer needs are understood by the team.
97-
- Dependencies have been identified and are tracked.
98-
99-
:::column-end:::
100-
:::row-end:::
101-
:::row:::
102-
:::column span="1":::
103-
Bug filing
104-
:::column-end:::
105-
:::column span="1":::
106-
107-
108-
- Bug title identifies the issue clearly.
109-
- Repro steps are clear and minimal.
110-
- Bug specifies a single issue.
111-
- Related issues are linked to as related.
112-
- Terms used are clearly understood within the team.
113-
114-
:::column-end:::
115-
:::row-end:::
116-
:::row:::
117-
:::column span="1":::
118-
Code complete, ready for testing
119-
:::column-end:::
120-
:::column span="1":::
121-
122-
123-
- Code complete, commented, and run against current version.
124-
- Code peer reviewed and meets team standards.
125-
- Builds without error.
126-
- Passes unit and system tests.
127-
- Remaining hours for tasks set to zero and task closed.
128-
129-
:::column-end:::
130-
:::row-end:::
131-
:::row:::
132-
:::column span="1":::
133-
Test complete, ready for release
134-
:::column-end:::
135-
:::column span="1":::
136-
137-
138-
- Unit tests implemented for all new features or functions.
139-
- Unit tests are all passing.
140-
- Acceptance/story tests are written and passing.
141-
- Regression tests are green with known failures.
142-
- Sufficient exploratory testing has been done.
143-
- Feature/function works correctly as expected.
144-
- Unsolved defects have been logged as bugs.
145-
- Code coverage is stable or improving.
146-
147-
:::column-end:::
148-
:::row-end:::
99+
:::column-end:::
100+
:::row-end:::
101+
:::row:::
102+
:::column span="1":::
103+
Bug filing
104+
:::column-end:::
105+
:::column span="1":::
106+
107+
108+
- Bug title identifies the issue clearly.
109+
- Repro steps are clear and minimal.
110+
- Bug specifies a single issue.
111+
- Related issues are linked to as related.
112+
- Terms used are clearly understood within the team.
113+
114+
:::column-end:::
115+
:::row-end:::
116+
:::row:::
117+
:::column span="1":::
118+
Code complete, ready for testing
119+
:::column-end:::
120+
:::column span="1":::
121+
122+
123+
- Code complete, commented, and run against current version.
124+
- Code peer reviewed and meets team standards.
125+
- Builds without error.
126+
- Passes unit and system tests.
127+
- Remaining hours for tasks set to zero and task closed.
128+
129+
:::column-end:::
130+
:::row-end:::
131+
:::row:::
132+
:::column span="1":::
133+
Test complete, ready for release
134+
:::column-end:::
135+
:::column span="1":::
136+
137+
138+
- Unit tests implemented for all new features or functions.
139+
- Unit tests are all passing.
140+
- Acceptance/story tests are written and passing.
141+
- Regression tests are green with known failures.
142+
- Sufficient exploratory testing has been done.
143+
- Feature/function works correctly as expected.
144+
- Unsolved defects have been logged as bugs.
145+
- Code coverage is stable or improving.
146+
147+
:::column-end:::
148+
:::row-end:::
149149

150150
As your team makes progress, revisit your Definition of Done criteria.
151151

docs/boards/extensions/dependency-tracker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ The following table describes each of the property items specified in the config
610610
```
611611
:::column-end:::
612612
:::row-end:::
613+
:::row:::
613614
:::column span="1":::
614615
riskAssessementValues
615616

@@ -623,7 +624,7 @@ The following table describes each of the property items specified in the config
623624
```
624625

625626
:::column-end:::
626-
:::row-end:::
627+
:::row-end:::
627628
:::row:::
628629
:::column span="1":::
629630
partnerAccounts
@@ -790,6 +791,7 @@ False
790791

791792
:::column-end:::
792793
:::row-end:::
794+
:::row:::
793795
:::column span="1":::
794796
iterationDepth
795797

@@ -802,7 +804,7 @@ False
802804
Default: 8A depth of 3 would correspond to: Fabrikam/Release 1/Sprint 20.
803805

804806
:::column-end:::
805-
:::row-end:::
807+
:::row-end:::
806808

807809

808810
### Default configuration syntax

docs/boards/get-started/keyboard-shortcuts.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,45 @@ Use these shortcuts when working in Team Explorer.
101101

102102
**Navigate**
103103

104-
**Ctrl+0,a**   Open web portal **Ctrl+0,b**   Open [Build](/azure/devops/pipelines/get-started/what-is-azure-pipelines) **Ctrl+0,c**   Open [Connect](../../organizations/projects/connect-to-projects.md) **Ctrl+0,d**   Open [Documents](/previous-versions/azure/devops/report/sharepoint-dashboards/share-information-using-the-project-portal) **Ctrl+0,e**   Open [Branches (Git)](../../repos/git/gitquickstart.md) **Ctrl+0,g**   Open [Changes (Git)](../../repos/git/gitquickstart.md) **Ctrl+0,h**   Open Home **Ctrl+0,m**   Open [My Work (TFVC)](../../repos/tfvc/share-your-code-in-tfvc-vs.md) **Ctrl+0,p**   Open [Pending changes (TFVC)](../../repos/tfvc/suspend-your-work-manage-your-shelvesets.md) **Ctrl+0,r**   Open [Reports](../../report/sql-reports/reporting-services-reports.md) **Ctrl+0,s**   Open Settings **Ctrl+0,w**   Open Work items **Ctrl+0,y**   Open [Synchronization (Git)](../../repos/git/gitquickstart.md)
104+
**Ctrl+0,a**   Open web portal
105+
**Ctrl+0,b**   Open [Build](/azure/devops/pipelines/get-started/what-is-azure-pipelines) **Ctrl+0,c**   Open [Connect](../../organizations/projects/connect-to-projects.md)
106+
**Ctrl+0,d**   Open [Documents](/previous-versions/azure/devops/report/sharepoint-dashboards/share-information-using-the-project-portal)
107+
**Ctrl+0,e**   Open [Branches (Git)](../../repos/git/gitquickstart.md)
108+
**Ctrl+0,g**   Open [Changes (Git)](../../repos/git/gitquickstart.md)
109+
**Ctrl+0,h**   Open Home
110+
**Ctrl+0,m**   Open [My Work (TFVC)](../../repos/tfvc/share-your-code-in-tfvc-vs.md)
111+
**Ctrl+0,p**   Open [Pending changes (TFVC)](../../repos/tfvc/suspend-your-work-manage-your-shelvesets.md)
112+
**Ctrl+0,r**   Open [Reports](../../report/sql-reports/reporting-services-reports.md)
113+
**Ctrl+0,s**   Open Settings
114+
**Ctrl+0,w**   Open Work items
115+
**Ctrl+0,y**   Open [Synchronization (Git)](../../repos/git/gitquickstart.md)
105116

106-
**Ctrl+'**       Move focus to search box **Alt+0**        Move focus to top of page **Alt+1**…9     Move focus to visible section [1 through 9] **Alt+↑↓**    Move focus to next/previous section
117+
**Ctrl+'**       Move focus to search box
118+
**Alt+0**        Move focus to top of page
119+
**Alt+1**…9     Move focus to visible section [1 through 9]
120+
**Alt+↑↓**    Move focus to next/previous section
107121

108122
:::column-end:::
109-
110-
111123
:::column span="1":::
112124

113125
**Context menu**
114126

115-
<↓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open a context menu **Esc**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dismiss a context menu ← →&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Move focus left/right ↑↓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Move focus up/down **Enter**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Choose Context menu
127+
<↓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open a context menu
128+
**Esc**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dismiss a context menu
129+
← →&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Move focus left/right
130+
↑↓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Move focus up/down
131+
**Enter**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Choose Context menu
132+
133+
116134
**Work item commands**
117135

118136

119-
**Alt+m,g**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open work item **Alt+m,i**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Add a work item](../../boards/backlogs/add-work-items.md) **Alt+m,q**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Add a query](../../boards/queries/using-queries.md) **Shift+Alt,c**&nbsp;&nbsp;Copy selected work item **Shift+Alt,l**&nbsp;&nbsp;Link to new work item **Enter**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open selected work item
137+
**Alt+m,g**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open work item
138+
**Alt+m,i**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Add a work item](../../boards/backlogs/add-work-items.md)
139+
**Alt+m,q**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Add a query](../../boards/queries/using-queries.md)
140+
**Shift+Alt,c**&nbsp;&nbsp;Copy selected work item
141+
**Shift+Alt,l**&nbsp;&nbsp;Link to new work item
142+
**Enter**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open selected work item
120143

121144
:::column-end:::
122145
:::row-end:::

0 commit comments

Comments
 (0)