Github doesn't support attaching a .patch file in an issue. Seems like a basic feature to support for a git-centric tool?
Github doesn't support attaching a .patch file in an issue. Seems like a basic feature to support for a git-centric tool? 11 comments
@borkdude This is what PRs are for, though, right? They enable line-by-line discussion of changes, too @borkdude If what you have isn't ready to merge, a draft PR seems fitting. If irrelevant CI runs on draft PRs that seems more like a CI config problem? Even if CI runs, I genuinely don't understand wanting to send a patch file. The collaboration experience is so much worse, doesn't support mobile devices, etc. @nielsa It was never my intent to merge this patch. I just wanted to save it as an idea. It's not what I usually do, but this time it seemed like the best option. I usually delete stale branches, etc. But an attachment in an issue I would never delete. @borkdude hmm I guess I don't really recognize the situation. You never see your code changes becoming something that may be merged? Then why save them? @nielsa Just as a note of something that I tried but didn't yield the performance benefit I suspected :) I guess I could also commit the patch into a notes folder or so. I want to keep it just as a reference of what I tried |
Worked around it by renaming it to .txt
https://github.com/babashka/sci/issues/848