Skip to content

Commit a06dc88

Browse files
authored
Update issues.html
Allow a 'no change' option separate from 'unresolved'
1 parent ba5b227 commit a06dc88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

issues.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h1>
121121

122122
<select id="resolution">
123123
<option value="">Unresolved</option>
124+
<option value="nochange">No change</option>
124125
<option value="editorial">Editorial</option>
125126
<option value="bugfix">Bugfix</option>
126127
<option value="resolution">WG Resolution</option>

0 commit comments

Comments
 (0)