srobo / srawn

Student Robotics (Almost) Weekly Newsletter
https://studentrobotics.org/srawn
0 stars 0 forks source link

Create a simple RSS feed for use in Slack #42

Open RealOrangeOne opened 2 years ago

RealOrangeOne commented 2 years ago

This avoids Slack creating verbose posts with links unfurled

The diff here isn't ideal. I didn't rewrite the file, it's just the renaming and the large change makes git think I did.

PeterJCLaw commented 2 years ago

The diff here isn't ideal. I didn't rewrite the file, it's just the renaming and the large change makes git think I did.

Pro-tip: do the rename as a separate commit than the changes which aren't part of the rename. While the overall PR diff would be unchanged it would allow reviewers the choice of reviewing by commit, where the diffs would be more sensible.