diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 3d9df200f44..fd7bd08091a 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -463,10 +463,10 @@ time, rather than by increasing bug number | |||
| 463 | 463 | ||
| 464 | "raw" = ? | 464 | "raw" = ? |
| 465 | 465 | ||
| 466 | ** ChangeLog issues | 466 | ** Change log issues |
| 467 | 467 | ||
| 468 | *** When you fix a bug, it can be helpful to put the bug number in the | 468 | *** When you fix a bug, it can be helpful to put the bug number in the |
| 469 | ChangeLog entry, for example: | 469 | change log entry, for example: |
| 470 | 470 | ||
| 471 | * foo.el (foofunc): Fix the `foo' case. (Bug#123) | 471 | * foo.el (foofunc): Fix the `foo' case. (Bug#123) |
| 472 | 472 | ||
| @@ -475,7 +475,7 @@ obvious fix (e.g. a typo), there's no need to clutter the log with the | |||
| 475 | bug number. | 475 | bug number. |
| 476 | 476 | ||
| 477 | Similarly, when you close a bug, it can be helpful to include the | 477 | Similarly, when you close a bug, it can be helpful to include the |
| 478 | relevant ChangeLog entry in the message to the bug tracker, so people | 478 | relevant change log entry in the message to the bug tracker, so people |
| 479 | can see exactly what the fix was. | 479 | can see exactly what the fix was. |
| 480 | 480 | ||
| 481 | *** bug-reference-mode | 481 | *** bug-reference-mode |