11 lines
471 B
YAML
11 lines
471 B
YAML
# When the todo list on the user's dashboard becomes empty, a random message
|
|
# from the list below will be shown.
|
|
#
|
|
# If you come up with a fun one, please feel free to contribute it to GitLab!
|
|
# https://about.gitlab.com/contributing/
|
|
---
|
|
- Good job! Looks like you don't have anything left on your To-Do List
|
|
- Isn't an empty To-Do List beautiful?
|
|
- Give yourself a pat on the back!
|
|
- Nothing left to do. High five!
|
|
- Henceforth, you shall be known as "To-Do Destroyer"
|