Update Sprint label link from Ready
This commit is contained in:
parent
ac550484be
commit
1f229923d3
1 changed files with 3 additions and 3 deletions
|
@ -64,8 +64,8 @@ To keep track of the state of issues and PRs, we've adopted a set of simple labe
|
||||||
<dt><a href="https://github.com/docker/distribution/labels/Blocked">Blocked</a></dt>
|
<dt><a href="https://github.com/docker/distribution/labels/Blocked">Blocked</a></dt>
|
||||||
<dd>If an issue requires further clarification or is blocked on an unresolved dependency, this label should be used.</dd>
|
<dd>If an issue requires further clarification or is blocked on an unresolved dependency, this label should be used.</dd>
|
||||||
|
|
||||||
<dt><a href="https://github.com/docker/distribution/labels/Ready">Ready</a></dt>
|
<dt><a href="https://github.com/docker/distribution/labels/Sprint">Sprint</a></dt>
|
||||||
<dd>Issues marked with this label should be ready for implementation. All required information should be available and design details have been worked out.</dd>
|
<dd>Issues marked with this label are being worked in the current sprint. All required information should be available and design details have been worked out.</dd>
|
||||||
|
|
||||||
<dt><a href="https://github.com/docker/distribution/labels/In%20Progress">In Progress</a></dt>
|
<dt><a href="https://github.com/docker/distribution/labels/In%20Progress">In Progress</a></dt>
|
||||||
<dd>The issue or PR is being actively worked on by the assignee.</dd>
|
<dd>The issue or PR is being actively worked on by the assignee.</dd>
|
||||||
|
@ -97,4 +97,4 @@ directories are modified, include each, separated by a comma and space.
|
||||||
Here are some examples:
|
Here are some examples:
|
||||||
|
|
||||||
- doc/spec: move API specification into correct position
|
- doc/spec: move API specification into correct position
|
||||||
- context, registry, auth, auth/token, cmd/registry: context aware logging
|
- context, registry, auth, auth/token, cmd/registry: context aware logging
|
||||||
|
|
Loading…
Reference in a new issue