Add comments after changes were made

Hello friends!

Yesterday, I made around 25+ changes to MDN docs on Django [0]. Unfortunately, I didn’t notice “Revision Comment” section at the bottom of the page and as a result made a lot of changes without properly documenting them. I realize that this is far from ideal for folks who will review these changes and to ease their burden I want to append comments to these changes. I was poking around the site, but couldn’t find the way how to accomplish that. Is there anything I can do?

Thanks!

[0] https://developer.mozilla.org/en-US/dashboards/revisions?user=hackernewslibrary

Hi there!

It is no problem — I have been watching your revisions, and most of them look really good. Thanks for taking the time to help improve our Django series.

I did have one ask however. Good as these revisions are, they put the code in the tutorials out of sync with the example version on GitHub: https://github.com/mdn/django-locallibrary-tutorial

Can I trouble you to update it with your changes?

Hi Chris!

Ah, I noticed that yesterday :slight_smile:

I will try to issue a pull request, maybe later this week. I have several Github accounts, so PR might come from either of them.

Cheers!

I’ve run into this situation myself. Usually I deal with it by adding one more save (there’s almost always something legit you can change) and adding the comments I need there.

@hackernewslibrary I notice you are still working away; thanks for all the useful changes. :wink: