spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
376 stars 33 forks source link

Support for Bitbucket and others? #190

Open mbergenlid opened 3 months ago

mbergenlid commented 3 months ago

This really looks like a promising tool that I'd like to use. Unfortunately, we use Bitbucket and not Github at work so it would be nice to make that "pluggable". Having looked through the code it seems doable by replacing the Github struct with a generic trait.

Seems to require a bit of refactoring but I was thinking of forking this and give it a go so that at least I could try using the tool. Would you be interested in receiving PRs for such a change?