Keyframes contributors??? #203212
🏷️ Discussion TypeBug 💬 Feature/Topic AreaWorkflow Deployment Discussion DetailsPossible GitHub Releases contributor attribution bugI think I might have encountered a bug with GitHub Releases.... Repository: Release: The release page shows the GitHub organization Keyframes under the "Contributors" section. (Which i didn't add/edited in btw) However:
This appears to be an incorrect contributor attribution rather than an actual contributor. Steps that seem related:
Expected behaviour:
Actual behaviour:
|
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
yo so deep down what you're asking isn't "who contributed" — you're asking why the Contributors block on a Release is showing an org that never touched the repo. i pulled your release notes on Orbit-beta v0.3.2-beta. you've got this line in there:
github's markdown post-processor treats how to structure the notes so it does NOT credit themany of these work:
edit the release body (or fix your changelog generator) and the fake contributor should disappear on the next render / edit save. so yeah — you're not crazy, github really will "credit" whoever matches an |


yo so deep down what you're asking isn't "who contributed" — you're asking why the Contributors block on a Release is showing an org that never touched the repo.
i pulled your release notes on Orbit-beta v0.3.2-beta. you've got this line in there:
missing @keyframes scaleIn animationgithub's markdown post-processor treats
@somethinglike an @mention. there's a real org called Keyframes, so it links them and dumps them into the release Contributors section. it's not a real contribution — it's just how github parses@.\@does not save you (github eats the backslash before mention detection).how to structure the notes so it does NOT credit them
any of these work:
inline code (easiest)
w…