ykdojo / friendlyreminderbot

A friendly reminder twitter bot to keep you healthy and happy - not actively maintaining it anymore. Currently working on: https://github.com/ykdojo/defaang
MIT License
65 stars 41 forks source link

reorganize reminders.txt #28

Closed erikkristoferanderson closed 2 years ago

erikkristoferanderson commented 2 years ago

🛠️ Fixes Issue #27

👨‍💻 Changes proposed

Reorganize reminders.txt

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

📷 Screenshots

ykdojo commented 2 years ago

Thank you! Do you think we should put this in a YAML file?

erikkristoferanderson commented 2 years ago

Well, it turns out that putting it into a YAML file would be as simple as replacing .txt with .yaml. Or is it .yml?

Personally I like keeping the .txt because that file type may seem friendlier to newer contributors. And the Pthon YAML parser doesn't mind loading data that came from a .txt file.

Although, now that I think of it, putting it in a .yml file could mean that contributors get syntax highlighting, which could be helpful.

I'm not sure. Let me know if you'd like me to add a commit moving reminders.txt to reminders.yml.

ykdojo commented 2 years ago

.yml sounds great! thank you so much