Commit 34f719dbc8d47aa41d8c80487c7d2233daca9a2b
1 parent
9cf439f7
Exists in
master
and in
1 other branch
Updated comment for allow_comments_with_issue_tracker setting. [ci skip]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/config.example.yml
| ... | ... | @@ -32,8 +32,8 @@ confirm_resolve_err: true |
| 32 | 32 | user_has_username: false |
| 33 | 33 | |
| 34 | 34 | # Allow comments while an issue tracker is configured. |
| 35 | -# This is useful when you don't need to create a ticket, | |
| 36 | -# and you want to attach a short note to the err. | |
| 35 | +# This is useful if the err is not critical enough to create a ticket, | |
| 36 | +# but you want to leave a short comment. | |
| 37 | 37 | allow_comments_with_issue_tracker: true |
| 38 | 38 | |
| 39 | 39 | # Configure SMTP settings. If you are running Errbit on Heroku, | ... | ... |