diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-08-25 14:29:54 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-08-26 17:49:06 -0400 |
| commit | c594574175e379fff356e274893d797f6e6a95fa (patch) | |
| tree | 885557b9a7457fbfea9e3bec788ad6d997f2d3cd /docs | |
| parent | d454aefbd1f26da01c3e943d9efec1db5072f5b2 (diff) | |
Clarified Trac "version" attribute in contributing guide.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/triaging-tickets.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt index 993db7b268..c54065ea22 100644 --- a/docs/internals/contributing/triaging-tickets.txt +++ b/docs/internals/contributing/triaging-tickets.txt @@ -234,8 +234,11 @@ majority of tickets have a severity of "Normal". Version ------- -It is possible to use the *version* attribute to indicate in which -version the reported bug was identified. +The *version* attribute indicates the earliest version in which the bug was +reproduced. During triage, this field can be updated, but there is no need to +make further updates when that version goes out of support. The field should +not be reset to "dev" to show the issue still exists: instead, the tested +commit hash can be noted in a comment. UI/UX ----- |
